Pull request #4014 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2ea13d4d71dec0eefbfef02c7df302d6549ec815+ab0f97fec4d40b420f2060de726b99c5b26ce4cc (426bfc5929c900fa1d23dcb7355da5e5e5051331) 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-ssh17782211252241932709.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh16192388163127208610.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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-4014/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-4014/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh14126706062947013583.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > 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-ssh3820523021590713643.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-4014/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-4014/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh13422424456854898907.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 on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-46049 in /w/workspace/edgexfoundry_edgex-go_PR-4014 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 ab0f97fec4d40b420f2060de726b99c5b26ce4cc into PR head commit 2ea13d4d71dec0eefbfef02c7df302d6549ec815 Merge succeeded, producing 2ea13d4d71dec0eefbfef02c7df302d6549ec815 Checking out Revision 2ea13d4d71dec0eefbfef02c7df302d6549ec815 (PR-4014) > 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/4014/head:refs/remotes/origin/PR-4014 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2ea13d4d71dec0eefbfef02c7df302d6549ec815 # 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 ab0f97fec4d40b420f2060de726b99c5b26ce4cc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2ea13d4d71dec0eefbfef02c7df302d6549ec815 # timeout=10 Commit message: "build(deps): Remove comments" > git rev-list --no-walk c71c61439067583e7225fc9e280e8389ce593381 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-10T08:12:11.823Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-10T08:12:11.873Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-10T08:12:11.891Z] ========================================================= [2022-05-10T08:12:11.891Z] EdgeX Global Pipelines Version Info [2022-05-10T08:12:11.891Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-10T08:12:12.664Z] ------------------- [2022-05-10T08:12:12.664Z] stable info: [2022-05-10T08:12:12.664Z] ------------------- [2022-05-10T08:12:12.664Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T08:12:12.664Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-10T08:12:12.664Z] Message: update stable to v1.0.227 [2022-05-10T08:12:13.237Z] ------------------- [2022-05-10T08:12:13.237Z] experimental info: [2022-05-10T08:12:13.237Z] ------------------- [2022-05-10T08:12:13.237Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T08:12:13.237Z] Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c [2022-05-10T08:12:13.237Z] Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-10T08:12:13.389Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-05-10T08:12:13.401Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-05-10T08:12:13.412Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-10T08:12:13.425Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-10T08:12:13.436Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-10T08:12:13.448Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-10T08:12:13.460Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-10T08:12:13.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-05-10T08:12:13.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-05-10T08:12:13.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-05-10T08:12:13.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-10T08:12:13.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-10T08:12:13.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-10T08:12:13.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-10T08:12:13.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-10T08:12:13.569Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T08:12:13.580Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T08:12:13.593Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-10T08:12:13.605Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-05-10T08:12:13.616Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-05-10T08:12:13.627Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-10T08:12:13.641Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-10T08:12:13.652Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4014 [Pipeline] echo [2022-05-10T08:12:13.664Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4014 [Pipeline] echo [2022-05-10T08:12:13.677Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4014 [Pipeline] echo [2022-05-10T08:12:13.687Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2ea13d4d71dec0eefbfef02c7df302d6549ec815 [Pipeline] echo [2022-05-10T08:12:13.699Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2ea13d4 [Pipeline] echo [2022-05-10T08:12:13.712Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T08:12:13.756Z] provisioning config files... [2022-05-10T08:12:13.768Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1844249374182133114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T08:12:14.139Z] ---> docker-login.sh [2022-05-10T08:12:14.139Z] nexus3.edgexfoundry.org:10001 [2022-05-10T08:12:14.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T08:12:14.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T08:12:14.401Z] Configure a credential helper to remove this warning. See [2022-05-10T08:12:14.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T08:12:14.401Z] [2022-05-10T08:12:14.401Z] Login Succeeded [2022-05-10T08:12:14.401Z] nexus3.edgexfoundry.org:10002 [2022-05-10T08:12:14.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T08:12:14.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T08:12:14.664Z] Configure a credential helper to remove this warning. See [2022-05-10T08:12:14.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T08:12:14.664Z] [2022-05-10T08:12:14.664Z] Login Succeeded [2022-05-10T08:12:14.664Z] nexus3.edgexfoundry.org:10003 [2022-05-10T08:12:14.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T08:12:14.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T08:12:14.664Z] Configure a credential helper to remove this warning. See [2022-05-10T08:12:14.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T08:12:14.664Z] [2022-05-10T08:12:14.664Z] Login Succeeded [2022-05-10T08:12:14.664Z] nexus3.edgexfoundry.org:10004 [2022-05-10T08:12:14.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T08:12:14.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T08:12:14.926Z] Configure a credential helper to remove this warning. See [2022-05-10T08:12:14.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T08:12:14.926Z] [2022-05-10T08:12:14.926Z] Login Succeeded [2022-05-10T08:12:14.926Z] docker.io [2022-05-10T08:12:14.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T08:12:15.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T08:12:15.187Z] Configure a credential helper to remove this warning. See [2022-05-10T08:12:15.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T08:12:15.187Z] [2022-05-10T08:12:15.187Z] Login Succeeded [2022-05-10T08:12:15.187Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T08:12:15.195Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T08:12:15.514Z] + 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-05-10T08:12:15.514Z] + dirname cmd/core-command/Dockerfile [2022-05-10T08:12:15.514Z] + cut -d/ -f2 [2022-05-10T08:12:15.514Z] + echo core-command,cmd/core-command/Dockerfile [2022-05-10T08:12:15.514Z] + cut -d/ -f2 [2022-05-10T08:12:15.514Z] + dirname cmd/core-data/Dockerfile [2022-05-10T08:12:15.514Z] + echo core-data,cmd/core-data/Dockerfile [2022-05-10T08:12:15.514Z] + + dirnamecut cmd/core-metadata/Dockerfile -d/ [2022-05-10T08:12:15.514Z] -f2 [2022-05-10T08:12:15.514Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-05-10T08:12:15.514Z] + + cut -d/dirname -f2 cmd/security-bootstrapper/Dockerfile [2022-05-10T08:12:15.514Z] [2022-05-10T08:12:15.514Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-05-10T08:12:15.514Z] + + cut -d/ -f2dirname [2022-05-10T08:12:15.514Z] cmd/security-proxy-setup/Dockerfile [2022-05-10T08:12:15.514Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-05-10T08:12:15.514Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-05-10T08:12:15.514Z] + cut -d/ -f2 [2022-05-10T08:12:15.514Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-05-10T08:12:15.514Z] + dirname+ cmd/security-spiffe-token-provider/Dockerfile [2022-05-10T08:12:15.514Z] cut -d/ -f2 [2022-05-10T08:12:15.514Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-05-10T08:12:15.514Z] + dirname+ cmd/security-spire-agent/Dockerfile [2022-05-10T08:12:15.514Z] cut -d/ -f2 [2022-05-10T08:12:15.514Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-05-10T08:12:15.514Z] + dirname cmd/security-spire-config/Dockerfile [2022-05-10T08:12:15.514Z] + cut -d/ -f2 [2022-05-10T08:12:15.514Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-05-10T08:12:15.514Z] + dirname+ cmd/security-spire-server/Dockerfile [2022-05-10T08:12:15.514Z] cut -d/ -f2 [2022-05-10T08:12:15.514Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-05-10T08:12:15.514Z] + dirname cmd/support-notifications/Dockerfile [2022-05-10T08:12:15.514Z] + cut -d/ -f2 [2022-05-10T08:12:15.514Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-05-10T08:12:15.514Z] + dirname cmd/support-scheduler/Dockerfile [2022-05-10T08:12:15.514Z] + cut -d/ -f2 [2022-05-10T08:12:15.514Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-05-10T08:12:15.514Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-05-10T08:12:15.514Z] + cut -d/ -f2 [2022-05-10T08:12:15.514Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-05-10T08:12:15.549Z] 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-05-10T08:12:15.900Z] + git rev-list -1 --merges 2ea13d4d71dec0eefbfef02c7df302d6549ec815~1..2ea13d4d71dec0eefbfef02c7df302d6549ec815 [Pipeline] echo [2022-05-10T08:12:15.922Z] -----------> git rev-list -1 --merges 2ea13d4d71dec0eefbfef02c7df302d6549ec815~1..2ea13d4d71dec0eefbfef02c7df302d6549ec815 2ea13d4d71dec0eefbfef02c7df302d6549ec815 [false] [Pipeline] sh [2022-05-10T08:12:16.213Z] + git log --format=format:%s -1 2ea13d4d71dec0eefbfef02c7df302d6549ec815 [Pipeline] echo [2022-05-10T08:12:16.233Z] ========================================================= [2022-05-10T08:12:16.233Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-10T08:12:16.233Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-05-10T08:12:16.644Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-10T08:12:16.644Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-10T08:12:16.644Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-10T08:12:16.644Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-10T08:12:16.644Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-10T08:12:16.644Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-10T08:12:16.644Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:12:16.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T08:12:16.989Z] [2022-05-10T08:12:16.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:12:17.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T08:12:17.291Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-10T08:12:17.291Z] 1fe172e4850f: Pulling fs layer [2022-05-10T08:12:17.291Z] caf521ccaac6: Pulling fs layer [2022-05-10T08:12:17.291Z] 3ead6fa29328: Pulling fs layer [2022-05-10T08:12:17.291Z] 5c2a1cbceb83: Pulling fs layer [2022-05-10T08:12:17.291Z] a8d5f1318db7: Pulling fs layer [2022-05-10T08:12:17.291Z] c427282e49a2: Pulling fs layer [2022-05-10T08:12:17.291Z] 1827001aaf11: Pulling fs layer [2022-05-10T08:12:17.291Z] 0714d37db230: Pulling fs layer [2022-05-10T08:12:17.291Z] ac28cf19c067: Pulling fs layer [2022-05-10T08:12:17.291Z] ca983d60f3e2: Pulling fs layer [2022-05-10T08:12:17.291Z] 9f894cec8388: Pulling fs layer [2022-05-10T08:12:17.291Z] 1827001aaf11: Waiting [2022-05-10T08:12:17.291Z] 0714d37db230: Waiting [2022-05-10T08:12:17.291Z] ac28cf19c067: Waiting [2022-05-10T08:12:17.291Z] ca983d60f3e2: Waiting [2022-05-10T08:12:17.291Z] 9f894cec8388: Waiting [2022-05-10T08:12:17.291Z] a8d5f1318db7: Waiting [2022-05-10T08:12:17.291Z] 5c2a1cbceb83: Waiting [2022-05-10T08:12:17.291Z] caf521ccaac6: Verifying Checksum [2022-05-10T08:12:17.291Z] caf521ccaac6: Download complete [2022-05-10T08:12:17.291Z] 5c2a1cbceb83: Verifying Checksum [2022-05-10T08:12:17.291Z] 5c2a1cbceb83: Download complete [2022-05-10T08:12:17.291Z] a8d5f1318db7: Verifying Checksum [2022-05-10T08:12:17.291Z] a8d5f1318db7: Download complete [2022-05-10T08:12:17.548Z] c427282e49a2: Download complete [2022-05-10T08:12:17.548Z] 3ead6fa29328: Verifying Checksum [2022-05-10T08:12:17.548Z] 3ead6fa29328: Download complete [2022-05-10T08:12:17.548Z] 0714d37db230: Download complete [2022-05-10T08:12:17.548Z] ac28cf19c067: Verifying Checksum [2022-05-10T08:12:17.548Z] ac28cf19c067: Download complete [2022-05-10T08:12:17.548Z] ca983d60f3e2: Download complete [2022-05-10T08:12:17.548Z] 9f894cec8388: Download complete [2022-05-10T08:12:17.548Z] 1fe172e4850f: Download complete [2022-05-10T08:12:17.807Z] 1827001aaf11: Verifying Checksum [2022-05-10T08:12:17.807Z] 1827001aaf11: Download complete [2022-05-10T08:12:18.745Z] 1fe172e4850f: Pull complete [2022-05-10T08:12:19.005Z] caf521ccaac6: Pull complete [2022-05-10T08:12:19.575Z] 3ead6fa29328: Pull complete [2022-05-10T08:12:19.575Z] 5c2a1cbceb83: Pull complete [2022-05-10T08:12:19.835Z] a8d5f1318db7: Pull complete [2022-05-10T08:12:19.835Z] c427282e49a2: Pull complete [2022-05-10T08:12:21.743Z] 1827001aaf11: Pull complete [2022-05-10T08:12:21.743Z] 0714d37db230: Pull complete [2022-05-10T08:12:22.003Z] ac28cf19c067: Pull complete [2022-05-10T08:12:22.003Z] ca983d60f3e2: Pull complete [2022-05-10T08:12:22.003Z] 9f894cec8388: Pull complete [2022-05-10T08:12:22.003Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-10T08:12:22.003Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T08:12:22.003Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-10T08:12:22.077Z] prd-ubuntu20.04-docker-8c-8g-46049 does not seem to be running inside a container [2022-05-10T08:12:22.106Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-10T08:12:23.579Z] $ docker top b03622b4cf40cda3c380d49a9294f1e168ba03ac6d99b20e7fcdc512488d263c -eo pid,comm [2022-05-10T08:12:23.645Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-05-10T08:12:23.645Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-10T08:12:23.683Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T08:12:23.683Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T08:12:23.832Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T08:12:23.831Z] $ docker exec b03622b4cf40cda3c380d49a9294f1e168ba03ac6d99b20e7fcdc512488d263c ssh-agent [2022-05-10T08:12:23.948Z] SSH_AUTH_SOCK=/tmp/ssh-cEw3JlU7wNRT/agent.34 [2022-05-10T08:12:23.948Z] SSH_AGENT_PID=40 [2022-05-10T08:12:23.956Z] Running ssh-add (command line suppressed) [2022-05-10T08:12:24.071Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5410066656641603420.key (/w/workspace/edgex-go/3@tmp/private_key_5410066656641603420.key) [2022-05-10T08:12:24.090Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T08:12:24.385Z] + git tag --points-at HEAD [Pipeline] } [2022-05-10T08:12:24.394Z] $ docker exec --env ******** --env ******** b03622b4cf40cda3c380d49a9294f1e168ba03ac6d99b20e7fcdc512488d263c ssh-agent -k [2022-05-10T08:12:24.526Z] unset SSH_AUTH_SOCK; [2022-05-10T08:12:24.527Z] unset SSH_AGENT_PID; [2022-05-10T08:12:24.527Z] echo Agent pid 40 killed; [2022-05-10T08:12:24.542Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-10T08:12:24.568Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T08:12:24.568Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T08:12:24.704Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T08:12:24.703Z] $ docker exec b03622b4cf40cda3c380d49a9294f1e168ba03ac6d99b20e7fcdc512488d263c ssh-agent [2022-05-10T08:12:24.847Z] SSH_AUTH_SOCK=/tmp/ssh-39nBgotJquD3/agent.73 [2022-05-10T08:12:24.847Z] SSH_AGENT_PID=80 [2022-05-10T08:12:24.855Z] Running ssh-add (command line suppressed) [2022-05-10T08:12:24.970Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5035385265844046612.key (/w/workspace/edgex-go/3@tmp/private_key_5035385265844046612.key) [2022-05-10T08:12:24.988Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T08:12:25.277Z] + git semver init [2022-05-10T08:12:25.539Z] 2022-05-10 08:12:25,507 [run_init] DEBUG init version:0.0.0 force:False [2022-05-10T08:12:25.539Z] 2022-05-10 08:12:25,509 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/3/.semver [2022-05-10T08:12:25.539Z] 2022-05-10 08:12:25,509 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/3/.semver [2022-05-10T08:12:25.539Z] 2022-05-10 08:12:25,509 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/3/.semver'], cwd=/w/workspace/edgex-go/3, universal_newlines=False, shell=None, istream=None) [2022-05-10T08:12:29.741Z] 2022-05-10 08:12:29,350 [append_file] DEBUG append to file:/w/workspace/edgex-go/3/.git/info/exclude [2022-05-10T08:12:29.741Z] 2022-05-10 08:12:29,350 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/3/.semver/PR-4014 with force:False [2022-05-10T08:12:29.741Z] 2022-05-10 08:12:29,351 [write_file] DEBUG write to file:/w/workspace/edgex-go/3/.semver/PR-4014 [2022-05-10T08:12:29.741Z] 2022-05-10 08:12:29,355 [execute] INFO git cat-file --batch-check [2022-05-10T08:12:29.741Z] 2022-05-10 08:12:29,355 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/3/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T08:12:29.741Z] 2022-05-10 08:12:29,360 [execute] INFO git cat-file --batch [2022-05-10T08:12:29.741Z] 2022-05-10 08:12:29,361 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/3/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T08:12:29.741Z] 2022-05-10 08:12:29,365 [read_version] DEBUG read version from /w/workspace/edgex-go/3/.semver/PR-4014 [2022-05-10T08:12:29.741Z] 0.0.0 [Pipeline] } [2022-05-10T08:12:29.751Z] $ docker exec --env ******** --env ******** b03622b4cf40cda3c380d49a9294f1e168ba03ac6d99b20e7fcdc512488d263c ssh-agent -k [2022-05-10T08:12:29.862Z] unset SSH_AUTH_SOCK; [2022-05-10T08:12:29.862Z] unset SSH_AGENT_PID; [2022-05-10T08:12:29.862Z] echo Agent pid 80 killed; [2022-05-10T08:12:29.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T08:12:30.179Z] + git semver [Pipeline] } [2022-05-10T08:12:30.456Z] $ docker stop --time=1 b03622b4cf40cda3c380d49a9294f1e168ba03ac6d99b20e7fcdc512488d263c [2022-05-10T08:12:31.773Z] $ docker rm -f b03622b4cf40cda3c380d49a9294f1e168ba03ac6d99b20e7fcdc512488d263c [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T08:12:32.136Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-10T08:12:32.372Z] Stashed 1 file(s) [Pipeline] echo [2022-05-10T08:12:32.376Z] [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-05-10T08:12:32.520Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T08:12:32.526Z] ========================================================= [2022-05-10T08:12:32.526Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-10T08:12:32.526Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-10T08:12:32.820Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-10T08:12:32.820Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-10T08:12:32.820Z] 59bf1c3509f3: Pulling fs layer [2022-05-10T08:12:32.820Z] 666ba61612fd: Pulling fs layer [2022-05-10T08:12:32.820Z] 8ed8ca486205: Pulling fs layer [2022-05-10T08:12:32.820Z] 4fe6c5a15a65: Pulling fs layer [2022-05-10T08:12:32.820Z] 22a0e8bec74d: Pulling fs layer [2022-05-10T08:12:32.820Z] ca2b28591e48: Pulling fs layer [2022-05-10T08:12:32.820Z] a51346096db8: Pulling fs layer [2022-05-10T08:12:32.820Z] daebc70d1ce1: Pulling fs layer [2022-05-10T08:12:32.820Z] 0e18a0eac166: Pulling fs layer [2022-05-10T08:12:32.820Z] 22a0e8bec74d: Waiting [2022-05-10T08:12:32.820Z] daebc70d1ce1: Waiting [2022-05-10T08:12:32.820Z] a51346096db8: Waiting [2022-05-10T08:12:32.820Z] ca2b28591e48: Waiting [2022-05-10T08:12:32.820Z] 0e18a0eac166: Waiting [2022-05-10T08:12:32.820Z] 4fe6c5a15a65: Waiting [2022-05-10T08:12:32.820Z] 8ed8ca486205: Verifying Checksum [2022-05-10T08:12:32.820Z] 666ba61612fd: Verifying Checksum [2022-05-10T08:12:32.820Z] 666ba61612fd: Download complete [2022-05-10T08:12:32.820Z] 22a0e8bec74d: Download complete [2022-05-10T08:12:32.820Z] ca2b28591e48: Verifying Checksum [2022-05-10T08:12:32.820Z] ca2b28591e48: Download complete [2022-05-10T08:12:32.820Z] 59bf1c3509f3: Verifying Checksum [2022-05-10T08:12:32.820Z] 59bf1c3509f3: Download complete [2022-05-10T08:12:32.820Z] a51346096db8: Verifying Checksum [2022-05-10T08:12:32.820Z] a51346096db8: Download complete [2022-05-10T08:12:33.080Z] daebc70d1ce1: Verifying Checksum [2022-05-10T08:12:33.080Z] daebc70d1ce1: Download complete [2022-05-10T08:12:33.080Z] 59bf1c3509f3: Pull complete [2022-05-10T08:12:33.080Z] 666ba61612fd: Pull complete [2022-05-10T08:12:33.080Z] 8ed8ca486205: Pull complete [2022-05-10T08:12:33.647Z] 0e18a0eac166: Verifying Checksum [2022-05-10T08:12:33.647Z] 0e18a0eac166: Download complete [2022-05-10T08:12:33.647Z] 4fe6c5a15a65: Download complete [2022-05-10T08:12:36.932Z] 4fe6c5a15a65: Pull complete [2022-05-10T08:12:37.191Z] 22a0e8bec74d: Pull complete [2022-05-10T08:12:37.191Z] ca2b28591e48: Pull complete [2022-05-10T08:12:37.191Z] a51346096db8: Pull complete [2022-05-10T08:12:37.450Z] daebc70d1ce1: Pull complete [2022-05-10T08:12:39.354Z] 0e18a0eac166: Pull complete [2022-05-10T08:12:39.354Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-10T08:12:39.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-10T08:12:39.354Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-05-10T08:12:39.648Z] + + docker build -techo ci-base-image-x86_64 FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-10T08:12:39.648Z] WORKDIR /edgex [2022-05-10T08:12:39.648Z] COPY go.mod . [2022-05-10T08:12:39.648Z] RUN go mod download -f [2022-05-10T08:12:39.648Z] - . [2022-05-10T08:12:41.026Z] Sending build context to Docker daemon 335.3MB [2022-05-10T08:12:41.026Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-10T08:12:41.026Z] ---> f018257e8ee9 [2022-05-10T08:12:41.026Z] Step 2/4 : WORKDIR /edgex [2022-05-10T08:12:43.566Z] ---> Running in 248915f93f3f [2022-05-10T08:12:43.566Z] Removing intermediate container 248915f93f3f [2022-05-10T08:12:43.566Z] ---> a0b3d6fb5986 [2022-05-10T08:12:43.566Z] Step 3/4 : COPY go.mod . [2022-05-10T08:12:43.566Z] ---> 09e798215c30 [2022-05-10T08:12:43.566Z] Step 4/4 : RUN go mod download [2022-05-10T08:12:43.566Z] ---> Running in ecedd321f756 [2022-05-10T08:12:47.464Z] Still waiting to schedule task [2022-05-10T08:12:47.464Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-05-10T08:12:58.477Z] Removing intermediate container ecedd321f756 [2022-05-10T08:12:58.477Z] ---> 34d79afd6d65 [2022-05-10T08:12:58.477Z] Successfully built 34d79afd6d65 [2022-05-10T08:12:58.477Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:12:58.777Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T08:12:58.778Z] . [Pipeline] withDockerContainer [2022-05-10T08:12:58.845Z] prd-ubuntu20.04-docker-8c-8g-46049 does not seem to be running inside a container [2022-05-10T08:12:58.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2022-05-10T08:12:59.260Z] $ docker top 4248f1990c4247c6869ef9661040b6fb7d503b7568494453b7e1f566c626a72e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T08:12:59.608Z] + go version [2022-05-10T08:12:59.608Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-10T08:12:59.630Z] $ docker stop --time=1 4248f1990c4247c6869ef9661040b6fb7d503b7568494453b7e1f566c626a72e [2022-05-10T08:13:00.897Z] $ docker rm -f 4248f1990c4247c6869ef9661040b6fb7d503b7568494453b7e1f566c626a72e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:13:01.293Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T08:13:01.293Z] . [Pipeline] withDockerContainer [2022-05-10T08:13:01.396Z] prd-ubuntu20.04-docker-8c-8g-46049 does not seem to be running inside a container [2022-05-10T08:13:01.443Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2022-05-10T08:13:01.852Z] $ docker top 4555fc1f8ffdbfaa55356eb49ffb36ad92dcfddbb10f477654c0a0b7c960cd46 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-10T08:13:01.926Z] ========================================================= [2022-05-10T08:13:01.926Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-05-10T08:13:01.926Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-10T08:13:02.216Z] + make test [2022-05-10T08:13:02.216Z] go mod tidy -compat=1.17 [2022-05-10T08:13:02.216Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-05-10T08:13:07.496Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-05-10T08:13:17.475Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-05-10T08:13:17.475Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-05-10T08:13:18.044Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-05-10T08:13:18.044Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-05-10T08:13:18.044Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-05-10T08:13:18.044Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-05-10T08:13:18.044Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-05-10T08:13:18.044Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-05-10T08:13:18.044Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-05-10T08:13:18.303Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-05-10T08:13:18.303Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-05-10T08:13:18.303Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-05-10T08:13:18.303Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-05-10T08:13:18.303Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-05-10T08:13:18.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-05-10T08:13:19.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.091s coverage: 28.7% of statements [2022-05-10T08:13:19.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-05-10T08:13:19.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-05-10T08:13:20.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.097s coverage: 98.5% of statements [2022-05-10T08:13:20.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-05-10T08:13:20.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.078s coverage: 53.4% of statements [2022-05-10T08:13:20.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-05-10T08:13:20.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-05-10T08:13:23.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.368s coverage: 89.2% of statements [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-05-10T08:13:23.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.089s coverage: 84.4% of statements [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-05-10T08:13:23.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.427s coverage: 95.6% of statements [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-05-10T08:13:23.463Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.071s coverage: 72.2% of statements [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-05-10T08:13:23.463Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.072s coverage: 60.0% of statements [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-05-10T08:13:23.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-05-10T08:13:23.463Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.062s coverage: 0.9% of statements [2022-05-10T08:13:23.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-05-10T08:13:23.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2022-05-10T08:13:23.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.088s coverage: 29.6% of statements [2022-05-10T08:13:23.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-05-10T08:13:23.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2022-05-10T08:13:23.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements [2022-05-10T08:13:23.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2022-05-10T08:13:23.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2022-05-10T08:13:23.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2022-05-10T08:13:33.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2022-05-10T08:13:33.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements [2022-05-10T08:13:34.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.178s coverage: 82.5% of statements [2022-05-10T08:13:34.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.099s coverage: 92.9% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 58.8% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.0% of statements [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.057s coverage: 87.2% of statements [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 85.4% of statements [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.145s coverage: 91.2% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 64.4% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 65.4% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 43.8% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.043s coverage: 84.8% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.158s coverage: 92.3% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.051s coverage: 28.9% of statements [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-05-10T08:13:44.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2022-05-10T08:13:44.843Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-05-10T08:13:44.843Z] 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-05-10T08:13:59.718Z] GO111MODULE=on go vet ./... [2022-05-10T08:14:03.913Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T08:14:04.482Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-10T08:14:04.742Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-10T08:14:05.326Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-05-10T08:14:05.612Z] + ls -al . [2022-05-10T08:14:05.612Z] total 672 [2022-05-10T08:14:05.612Z] drwxrwxr-x 10 1001 1001 4096 May 10 08:14 . [2022-05-10T08:14:05.612Z] drwxr-xr-x 4 root root 4096 May 10 08:13 .. [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 11 May 10 08:12 .dockerignore [2022-05-10T08:14:05.612Z] drwxrwxr-x 8 1001 1001 4096 May 10 08:12 .git [2022-05-10T08:14:05.612Z] drwxrwxr-x 3 1001 1001 4096 May 10 08:12 .github [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 879 May 10 08:12 .gitignore [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 42 May 10 08:12 .golangci.yml [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 87 May 10 08:12 .hadolint.yml [2022-05-10T08:14:05.612Z] drwxr-xr-x 3 1001 1001 4096 May 10 08:12 .semver [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 166 May 10 08:12 .sonarcloud.properties [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 1171 May 10 08:12 ADOPTERS.md [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 10086 May 10 08:12 Attribution.txt [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 51732 May 10 08:12 CHANGELOG.md [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 3804 May 10 08:12 CONTRIBUTING.md [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 677 May 10 08:12 GOVERNANCE.md [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 850 May 10 08:12 Jenkinsfile [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 10775 May 10 08:12 LICENSE [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 10389 May 10 08:12 Makefile [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 582 May 10 08:12 OWNERS.md [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 9094 May 10 08:12 README.md [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 6912 May 10 08:12 SECURITY.md [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 5 May 10 08:12 VERSION [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 4131 May 10 08:12 ZMQWindows.md [2022-05-10T08:14:05.612Z] drwxrwxr-x 2 1001 1001 4096 May 10 08:12 bin [2022-05-10T08:14:05.612Z] drwxrwxr-x 18 1001 1001 4096 May 10 08:12 cmd [2022-05-10T08:14:05.612Z] -rw-r--r-- 1 root root 435134 May 10 08:13 coverage.out [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 3256 May 10 08:12 go.mod [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 35162 May 10 08:13 go.sum [2022-05-10T08:14:05.612Z] drwxrwxr-x 8 1001 1001 4096 May 10 08:12 internal [2022-05-10T08:14:05.612Z] drwxrwxr-x 3 1001 1001 4096 May 10 08:12 openapi [2022-05-10T08:14:05.612Z] drwxrwxr-x 4 1001 1001 4096 May 10 08:12 snap [2022-05-10T08:14:05.612Z] -rw-rw-r-- 1 1001 1001 204 May 10 08:12 version.go [Pipeline] sh [2022-05-10T08:14:05.901Z] + '[' -e coverage.out ] [2022-05-10T08:14:05.901Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-05-10T08:14:05.999Z] Stashed 1 file(s) [Pipeline] sh [2022-05-10T08:14:06.281Z] + make build [2022-05-10T08:14:06.281Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-05-10T08:14:21.166Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-05-10T08:14:27.757Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-05-10T08:14:28.015Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-05-10T08:14:34.584Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-05-10T08:14:34.584Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-05-10T08:14:34.584Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-05-10T08:14:35.965Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-10T08:14:36.534Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-05-10T08:14:37.472Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-05-10T08:14:38.413Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-05-10T08:14:38.982Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-05-10T08:14:40.366Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-05-10T08:14:41.331Z] $ docker stop --time=1 4555fc1f8ffdbfaa55356eb49ffb36ad92dcfddbb10f477654c0a0b7c960cd46 [2022-05-10T08:14:43.903Z] $ docker rm -f 4555fc1f8ffdbfaa55356eb49ffb36ad92dcfddbb10f477654c0a0b7c960cd46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:14:44.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-10T08:14:44.712Z] [2022-05-10T08:14:44.712Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:14:45.017Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-10T08:14:45.018Z] latest: Pulling from edgex-devops/edgex-compose [2022-05-10T08:14:45.018Z] cbdbe7a5bc2a: Pulling fs layer [2022-05-10T08:14:45.018Z] ca9280d653b3: Pulling fs layer [2022-05-10T08:14:45.018Z] 7e9c9ca2126c: Pulling fs layer [2022-05-10T08:14:45.018Z] cbdbe7a5bc2a: Verifying Checksum [2022-05-10T08:14:45.018Z] cbdbe7a5bc2a: Download complete [2022-05-10T08:14:45.278Z] ca9280d653b3: Verifying Checksum [2022-05-10T08:14:45.278Z] ca9280d653b3: Download complete [2022-05-10T08:14:45.278Z] cbdbe7a5bc2a: Pull complete [2022-05-10T08:14:45.537Z] 7e9c9ca2126c: Verifying Checksum [2022-05-10T08:14:45.537Z] 7e9c9ca2126c: Download complete [2022-05-10T08:14:45.795Z] ca9280d653b3: Pull complete [2022-05-10T08:14:49.082Z] 7e9c9ca2126c: Pull complete [2022-05-10T08:14:49.082Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-05-10T08:14:49.082Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-10T08:14:49.082Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-05-10T08:14:49.147Z] prd-ubuntu20.04-docker-8c-8g-46049 does not seem to be running inside a container [2022-05-10T08:14:49.203Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-05-10T08:14:50.625Z] $ docker top c07b501f08d4386960eb1c6217f62aa30e8d3a1b6afb1c8330ee7a9f7336c9b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T08:14:50.993Z] + docker-compose build --help [2022-05-10T08:14:50.993Z] + grep parallel [2022-05-10T08:14:51.617Z] --parallel Build images in parallel. [Pipeline] } [2022-05-10T08:14:51.640Z] $ docker stop --time=1 c07b501f08d4386960eb1c6217f62aa30e8d3a1b6afb1c8330ee7a9f7336c9b4 [2022-05-10T08:14:52.908Z] $ docker rm -f c07b501f08d4386960eb1c6217f62aa30e8d3a1b6afb1c8330ee7a9f7336c9b4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:14:53.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-10T08:14:53.290Z] . [Pipeline] withDockerContainer [2022-05-10T08:14:53.355Z] prd-ubuntu20.04-docker-8c-8g-46049 does not seem to be running inside a container [2022-05-10T08:14:53.403Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10003/edgex-devops/edgex-compose:latest cat [2022-05-10T08:14:53.754Z] $ docker top e40c4b842bd382d0a73605f7154ab692c442ea19eba35a6efbc0cea77c6c6c11 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T08:14:54.098Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-05-10T08:14:54.667Z] Building core-command ... [2022-05-10T08:14:54.667Z] Building core-data ... [2022-05-10T08:14:54.667Z] Building core-metadata ... [2022-05-10T08:14:54.667Z] Building security-bootstrapper ... [2022-05-10T08:14:54.667Z] Building security-proxy-setup ... [2022-05-10T08:14:54.667Z] Building security-secretstore-setup ... [2022-05-10T08:14:54.667Z] Building security-spiffe-token-provider ... [2022-05-10T08:14:54.667Z] Building security-spire-agent ... [2022-05-10T08:14:54.667Z] Building security-spire-config ... [2022-05-10T08:14:54.667Z] Building security-spire-server ... [2022-05-10T08:14:54.667Z] Building support-notifications ... [2022-05-10T08:14:54.667Z] Building support-scheduler ... [2022-05-10T08:14:54.667Z] Building sys-mgmt-agent ... [2022-05-10T08:14:54.667Z] Building core-metadata [2022-05-10T08:14:54.667Z] Building security-spire-config [2022-05-10T08:14:54.667Z] Building security-spire-agent [2022-05-10T08:14:54.667Z] Building sys-mgmt-agent [2022-05-10T08:14:54.667Z] Building security-spiffe-token-provider [2022-05-10T08:15:09.549Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:15:09.549Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:15:09.549Z] ---> 34d79afd6d65 [2022-05-10T08:15:09.549Z] Step 3/23 : WORKDIR /edgex-go [2022-05-10T08:15:09.549Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:15:09.549Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:15:09.549Z] ---> 34d79afd6d65 [2022-05-10T08:15:09.549Z] Step 3/23 : WORKDIR /edgex-go [2022-05-10T08:15:09.549Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:15:09.549Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:15:09.549Z] ---> 34d79afd6d65 [2022-05-10T08:15:09.549Z] Step 3/26 : WORKDIR /edgex-go [2022-05-10T08:15:09.549Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:15:09.549Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:15:09.549Z] ---> 34d79afd6d65 [2022-05-10T08:15:09.549Z] Step 3/26 : WORKDIR /edgex-go [2022-05-10T08:15:09.549Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:15:09.549Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:15:09.549Z] ---> 34d79afd6d65 [2022-05-10T08:15:09.549Z] Step 3/20 : WORKDIR /edgex-go [2022-05-10T08:15:12.842Z] ---> Running in 383c669ebe3a [2022-05-10T08:15:12.842Z] ---> Running in ceba4db55b16 [2022-05-10T08:15:12.842Z] ---> Running in f76fe4233010 [2022-05-10T08:15:12.842Z] ---> Running in d0426eb01594 [2022-05-10T08:15:12.842Z] ---> Running in 8ab86a71d120 [2022-05-10T08:15:12.842Z] Removing intermediate container 383c669ebe3a [2022-05-10T08:15:12.842Z] ---> e65e49b8f93c [2022-05-10T08:15:12.842Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-05-10T08:15:12.842Z] Removing intermediate container f76fe4233010 [2022-05-10T08:15:12.842Z] ---> 08402d45c9fa [2022-05-10T08:15:12.842Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:15:12.842Z] Removing intermediate container d0426eb01594 [2022-05-10T08:15:12.842Z] ---> 4fd32d1b7771 [2022-05-10T08:15:12.842Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:15:12.842Z] Removing intermediate container 8ab86a71d120 [2022-05-10T08:15:12.842Z] ---> b0a4a8577a35 [2022-05-10T08:15:12.842Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:15:12.842Z] Removing intermediate container ceba4db55b16 [2022-05-10T08:15:12.842Z] ---> a2fe74b7f0eb [2022-05-10T08:15:12.842Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:15:12.842Z] ---> Running in 4cb7d7bd26db [2022-05-10T08:15:12.842Z] ---> Running in f68ba8c38a87 [2022-05-10T08:15:12.842Z] ---> Running in 7a4c733bc6e5 [2022-05-10T08:15:12.842Z] ---> Running in 3d8cd8eb6840 [2022-05-10T08:15:12.842Z] ---> Running in f4d8a857c6ae [2022-05-10T08:15:13.100Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:13.671Z] Removing intermediate container f68ba8c38a87 [2022-05-10T08:15:13.671Z] ---> 2462705f16b2 [2022-05-10T08:15:13.671Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-10T08:15:13.671Z] ---> Running in bfea8ca285e2 [2022-05-10T08:15:13.671Z] Removing intermediate container 7a4c733bc6e5 [2022-05-10T08:15:13.671Z] ---> 11be451ec887 [2022-05-10T08:15:13.671Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-10T08:15:13.671Z] ---> Running in e026eda2723d [2022-05-10T08:15:13.930Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:13.930Z] Removing intermediate container 3d8cd8eb6840 [2022-05-10T08:15:13.930Z] ---> 0fdbee8a5faf [2022-05-10T08:15:13.930Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-10T08:15:13.930Z] ---> Running in 2ec5b4c2b01d [2022-05-10T08:15:13.930Z] Removing intermediate container f4d8a857c6ae [2022-05-10T08:15:13.930Z] ---> 3fd06eb36f1a [2022-05-10T08:15:13.930Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-05-10T08:15:13.930Z] ---> Running in d7b79b81d860 [2022-05-10T08:15:14.191Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-10T08:15:14.191Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-10T08:15:14.191Z] OK: 15864 distinct packages available [2022-05-10T08:15:14.191Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:14.449Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:14.449Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:14.449Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:14.449Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:15.017Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:15.277Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:15.277Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:15.277Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:15.277Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:15:15.536Z] OK: 221 MiB in 52 packages [2022-05-10T08:15:15.536Z] OK: 221 MiB in 52 packages [2022-05-10T08:15:15.536Z] OK: 221 MiB in 52 packages [2022-05-10T08:15:15.536Z] OK: 221 MiB in 52 packages [2022-05-10T08:15:15.795Z] OK: 221 MiB in 52 packages [2022-05-10T08:15:15.795Z] Removing intermediate container 4cb7d7bd26db [2022-05-10T08:15:15.795Z] ---> e206c3388b82 [2022-05-10T08:15:15.795Z] Step 5/20 : COPY go.mod vendor* ./ [2022-05-10T08:15:16.054Z] ---> c204112ab528 [2022-05-10T08:15:16.054Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:15:16.054Z] ---> Running in 5f0339c3cca7 [2022-05-10T08:15:16.313Z] Removing intermediate container bfea8ca285e2 [2022-05-10T08:15:16.313Z] ---> b963dccfcf97 [2022-05-10T08:15:16.313Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-10T08:15:16.313Z] Removing intermediate container e026eda2723d [2022-05-10T08:15:16.313Z] ---> c4dbedace01b [2022-05-10T08:15:16.313Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-10T08:15:16.313Z] Removing intermediate container 2ec5b4c2b01d [2022-05-10T08:15:16.313Z] ---> a6dd733092b9 [2022-05-10T08:15:16.313Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-10T08:15:16.313Z] Removing intermediate container d7b79b81d860 [2022-05-10T08:15:16.313Z] ---> f0907b5d4e33 [2022-05-10T08:15:16.313Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-10T08:15:16.313Z] ---> 0e6261a1b071 [2022-05-10T08:15:16.313Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:15:16.313Z] ---> a2e4c70f5144 [2022-05-10T08:15:16.313Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:15:16.571Z] ---> f1708b3ca387 [2022-05-10T08:15:16.571Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:15:16.571Z] ---> 47c642f92e93 [2022-05-10T08:15:16.571Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:15:16.571Z] ---> Running in d9de799870eb [2022-05-10T08:15:16.571Z] ---> Running in 1156325e48cf [2022-05-10T08:15:16.571Z] ---> Running in 22a9a299db66 [2022-05-10T08:15:16.571Z] ---> Running in ae458008c346 [2022-05-10T08:15:17.139Z] Removing intermediate container 5f0339c3cca7 [2022-05-10T08:15:17.139Z] ---> 533bbb72b702 [2022-05-10T08:15:17.139Z] Step 7/20 : COPY . . [2022-05-10T08:15:19.042Z] Removing intermediate container 1156325e48cf [2022-05-10T08:15:19.042Z] ---> c37562540fc7 [2022-05-10T08:15:19.042Z] Step 8/26 : COPY . . [2022-05-10T08:15:19.042Z] Removing intermediate container d9de799870eb [2022-05-10T08:15:19.042Z] ---> 1d71fc07fc0e [2022-05-10T08:15:19.042Z] Step 8/23 : COPY . . [2022-05-10T08:15:19.042Z] Removing intermediate container ae458008c346 [2022-05-10T08:15:19.042Z] ---> d4179da708f2 [2022-05-10T08:15:19.042Z] Step 8/23 : COPY . . [2022-05-10T08:15:19.042Z] Removing intermediate container 22a9a299db66 [2022-05-10T08:15:19.042Z] ---> 5bd7f046c095 [2022-05-10T08:15:19.042Z] Step 8/26 : COPY . . [2022-05-10T08:15:31.254Z] ---> fb5e3a624d15 [2022-05-10T08:15:31.254Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-05-10T08:15:31.254Z] ---> 82ae3767fdec [2022-05-10T08:15:31.254Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-05-10T08:15:31.254Z] ---> ac2af4b54c30 [2022-05-10T08:15:31.254Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-10T08:15:31.255Z] ---> b56099f19958 [2022-05-10T08:15:31.255Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-10T08:15:31.255Z] ---> 85a13e7f369e [2022-05-10T08:15:31.255Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-05-10T08:15:31.255Z] ---> Running in d79047d845f1 [2022-05-10T08:15:31.255Z] ---> Running in 8b2e84554cf3 [2022-05-10T08:15:31.255Z] ---> Running in b5fdd1d786a1 [2022-05-10T08:15:31.255Z] ---> Running in 45a1840b1a55 [2022-05-10T08:15:31.255Z] ---> Running in 99a3ebbeb4ea [2022-05-10T08:15:31.255Z] Removing intermediate container 8b2e84554cf3 [2022-05-10T08:15:31.255Z] ---> 5190b02529f8 [2022-05-10T08:15:31.255Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-10T08:15:31.255Z] Removing intermediate container d79047d845f1 [2022-05-10T08:15:31.255Z] ---> 8e34f916c5eb [2022-05-10T08:15:31.255Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-10T08:15:31.255Z] ---> Running in 1b6062d20310 [2022-05-10T08:15:31.255Z] ---> Running in ae382782597e [2022-05-10T08:15:31.255Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-05-10T08:15:31.255Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-05-10T08:15:31.255Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-05-10T08:15:31.255Z] Removing intermediate container ae382782597e [2022-05-10T08:15:31.255Z] ---> 8e66d53a38e8 [2022-05-10T08:15:31.255Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-10T08:15:31.255Z] Removing intermediate container 1b6062d20310 [2022-05-10T08:15:31.255Z] ---> 7d1789b490e9 [2022-05-10T08:15:31.255Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-10T08:15:31.255Z] ---> Running in 94244dc22f48 [2022-05-10T08:15:31.255Z] ---> Running in ac657e3789ab [2022-05-10T08:15:31.255Z] Removing intermediate container 94244dc22f48 [2022-05-10T08:15:31.255Z] ---> 1c1eb6db2044 [2022-05-10T08:15:31.255Z] 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-05-10T08:15:31.255Z] ---> Running in 1cd2299e4aee [2022-05-10T08:15:31.255Z] Removing intermediate container ac657e3789ab [2022-05-10T08:15:31.255Z] ---> 20cf75b79dd1 [2022-05-10T08:15:31.255Z] 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-05-10T08:15:31.513Z] ---> Running in d7ee1e8166e7 [2022-05-10T08:15:32.455Z] spire-1.2.1/ [2022-05-10T08:15:32.455Z] spire-1.2.1/ [2022-05-10T08:15:32.455Z] spire-1.2.1/.data/ [2022-05-10T08:15:32.455Z] spire-1.2.1/.data/.file [2022-05-10T08:15:32.455Z] spire-1.2.1/.dockerignore [2022-05-10T08:15:32.455Z] spire-1.2.1/.gitattributes [2022-05-10T08:15:32.455Z] spire-1.2.1/.githooks/ [2022-05-10T08:15:32.455Z] spire-1.2.1/.githooks/pre-commit [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/ [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/dependabot.yml [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/ [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-10T08:15:32.455Z] spire-1.2.1/.gitignore [2022-05-10T08:15:32.455Z] spire-1.2.1/.go-version [2022-05-10T08:15:32.455Z] spire-1.2.1/.golangci.yml [2022-05-10T08:15:32.455Z] spire-1.2.1/ADOPTERS.md [2022-05-10T08:15:32.455Z] spire-1.2.1/CHANGELOG.md [2022-05-10T08:15:32.455Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-10T08:15:32.455Z] spire-1.2.1/CODEOWNERS [2022-05-10T08:15:32.455Z] spire-1.2.1/CONTRIBUTING.md [2022-05-10T08:15:32.455Z] spire-1.2.1/Dockerfile [2022-05-10T08:15:32.455Z] spire-1.2.1/Dockerfile.devspire-1.2.1/.data/ [2022-05-10T08:15:32.455Z] spire-1.2.1/.data/.file [2022-05-10T08:15:32.455Z] spire-1.2.1/.dockerignore [2022-05-10T08:15:32.455Z] spire-1.2.1/.gitattributes [2022-05-10T08:15:32.455Z] spire-1.2.1/.githooks/ [2022-05-10T08:15:32.455Z] spire-1.2.1/.githooks/pre-commit [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/ [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/dependabot.yml [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/ [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-10T08:15:32.455Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-10T08:15:32.455Z] spire-1.2.1/.gitignore [2022-05-10T08:15:32.455Z] spire-1.2.1/.go-version [2022-05-10T08:15:32.455Z] spire-1.2.1/.golangci.yml [2022-05-10T08:15:32.455Z] spire-1.2.1/ADOPTERS.md [2022-05-10T08:15:32.455Z] spire-1.2.1/CHANGELOG.md [2022-05-10T08:15:32.455Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-10T08:15:32.455Z] spire-1.2.1/CODEOWNERS [2022-05-10T08:15:32.455Z] spire-1.2.1/CONTRIBUTING.md [2022-05-10T08:15:32.455Z] spire-1.2.1/Dockerfile [2022-05-10T08:15:32.455Z] spire-1.2.1/Dockerfile.dev [2022-05-10T08:15:32.455Z] spire-1.2.1/Dockerfile.scratch [2022-05-10T08:15:32.455Z] spire-1.2.1/LICENSE [2022-05-10T08:15:32.455Z] spire-1.2.1/MAINTAINERS.md [2022-05-10T08:15:32.455Z] spire-1.2.1/Makefile [2022-05-10T08:15:32.455Z] spire-1.2.1/README.md [2022-05-10T08:15:32.455Z] spire-1.2.1/ROADMAP.md [2022-05-10T08:15:32.455Z] spire-1.2.1/SECURITY.md [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-10T08:15:32.455Z] spire-1.2.1/Dockerfile.scratch [2022-05-10T08:15:32.455Z] spire-1.2.1/LICENSE [2022-05-10T08:15:32.455Z] spire-1.2.1/MAINTAINERS.md [2022-05-10T08:15:32.455Z] spire-1.2.1/Makefile [2022-05-10T08:15:32.455Z] spire-1.2.1/README.md [2022-05-10T08:15:32.455Z] spire-1.2.1/ROADMAP.md [2022-05-10T08:15:32.455Z] spire-1.2.1/SECURITY.md [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-server/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-10T08:15:32.455Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/ [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/agent/ [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/agent/agent.conf [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/server/ [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/server/server.conf [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/server/server_full.conf [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/ [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/SPIRE101.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/auditlog.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/ [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-10T08:15:32.456Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/ [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/agent/ [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/agent/agent.conf [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/server/ [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/server/server.conf [2022-05-10T08:15:32.456Z] spire-1.2.1/conf/server/server_full.conf [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/ [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/SPIRE101.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/auditlog.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/ [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-10T08:15:32.456Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/scaling_spire.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/spire_agent.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/spire_server.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/supported_integrations.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/telemetry.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/telemetry_config.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/upgrading.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/using_spire.md [2022-05-10T08:15:32.457Z] spire-1.2.1/examples/ [2022-05-10T08:15:32.457Z] spire-1.2.1/examples/README.md [2022-05-10T08:15:32.457Z] spire-1.2.1/go.mod [2022-05-10T08:15:32.457Z] spire-1.2.1/go.sum [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/agent.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/common/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/config.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/scaling_spire.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/spire_agent.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/spire_server.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/supported_integrations.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/telemetry.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/telemetry_config.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/upgrading.md [2022-05-10T08:15:32.457Z] spire-1.2.1/doc/using_spire.md [2022-05-10T08:15:32.457Z] spire-1.2.1/examples/ [2022-05-10T08:15:32.457Z] spire-1.2.1/examples/README.md [2022-05-10T08:15:32.457Z] spire-1.2.1/go.mod [2022-05-10T08:15:32.457Z] spire-1.2.1/go.sum [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/agent.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/common/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-10T08:15:32.457Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/config.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-10T08:15:32.458Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/names.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/auth/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-10T08:15:32.459Z] [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/names.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/auth/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cli/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-10T08:15:32.459Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/health/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/health/config.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/health/context.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/health/health.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/idutil/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/log/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/log/log.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/log/options.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/conn.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/profiling/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/selector/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cli/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-10T08:15:32.460Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/health/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/health/config.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/health/context.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/health/health.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/idutil/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/log/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/log/log.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/log/options.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/uptime/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/task.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/version/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/version/version.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/x509util/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-10T08:15:32.461Z] spire-1.2.1/pkg/common/profiling/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/selector/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/api.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/health/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/id.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/status.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/uptime/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/bundle/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/task.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/version/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/version/version.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509util/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/cache/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/catalog/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/config.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/datastore/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-10T08:15:32.462Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/api.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/health/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/id.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/status.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/bundle/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/cache/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/catalog/ [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-10T08:15:32.463Z] [2022-05-10T08:15:32.463Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/config.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-10T08:15:32.464Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-10T08:15:32.465Z] [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/registration/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/server.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/server_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/private/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/private/server/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/private/server/journal/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/common/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/plugin/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-10T08:15:32.465Z] spire-1.2.1/release/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire-extras/ [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire-extras/README.md [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire/ [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire/README.md [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire/conf/ [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire/conf/server/ [2022-05-10T08:15:32.465Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-10T08:15:32.465Z] spire-1.2.1/script/ [2022-05-10T08:15:32.465Z] spire-1.2.1/script/build-artifact.sh [2022-05-10T08:15:32.465Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-10T08:15:32.465Z] spire-1.2.1/support/ [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/ [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/registration/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/server.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/server_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/ [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/private/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/private/server/ [2022-05-10T08:15:32.465Z] spire-1.2.1/proto/private/server/journal/ [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-10T08:15:32.465Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/ [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/common/ [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/plugin/ [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-10T08:15:32.466Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-10T08:15:32.466Z] spire-1.2.1/release/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire-extras/ [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire-extras/README.md [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire/ [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire/README.md [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire/conf/ [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire/conf/server/ [2022-05-10T08:15:32.466Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/script/ [2022-05-10T08:15:32.466Z] spire-1.2.1/script/build-artifact.sh [2022-05-10T08:15:32.466Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-10T08:15:32.466Z] spire-1.2.1/support/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/clock/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/clock/clock.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-10T08:15:32.466Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/clock/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/clock/clock.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/fixture.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/registration/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/README.md [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/common [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/fixture.go [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-10T08:15:32.466Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/registration/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-10T08:15:32.467Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/common [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-10T08:15:32.467Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/test-one.sh [2022-05-10T08:15:32.468Z] spire-1.2.1/test/integration/test.sh [2022-05-10T08:15:32.468Z] spire-1.2.1/test/plugintest/ [2022-05-10T08:15:32.468Z] spire-1.2.1/test/plugintest/config.go [2022-05-10T08:15:32.468Z] spire-1.2.1/test/plugintest/load.go [2022-05-10T08:15:32.468Z] spire-1.2.1/test/plugintest/option.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/dir.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/logs.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/suite.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/x509.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testca/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testca/ca.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testkey/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testkey/generate.sh [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testkey/keys.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testkey/new.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/tpmsimulator/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/cert_generation.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/io_redirection.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/race.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/util.go [2022-05-10T08:15:32.469Z] building spire from source... [2022-05-10T08:15:32.469Z] [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/test-one.sh [2022-05-10T08:15:32.469Z] spire-1.2.1/test/integration/test.sh [2022-05-10T08:15:32.469Z] spire-1.2.1/test/plugintest/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/plugintest/config.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/plugintest/load.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/plugintest/option.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/dir.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/logs.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/suite.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/spiretest/x509.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testca/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testca/ca.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testkey/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testkey/generate.sh [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testkey/keys.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/testkey/new.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/tpmsimulator/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/ [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/cert_generation.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/io_redirection.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/race.go [2022-05-10T08:15:32.469Z] spire-1.2.1/test/util/util.go [2022-05-10T08:15:32.469Z] building spire from source... [2022-05-10T08:15:32.469Z] Installing go1.17.7... [2022-05-10T08:15:32.469Z] Installing go1.17.7... [2022-05-10T08:15:37.740Z] Building bin/spire-server... [2022-05-10T08:15:37.740Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-10T08:15:37.740Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-10T08:15:37.740Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-10T08:15:37.740Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-10T08:15:37.740Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-10T08:15:37.999Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-10T08:15:37.999Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-10T08:15:37.999Z] Building bin/spire-server... [2022-05-10T08:15:37.999Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-10T08:15:37.999Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-10T08:15:37.999Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-10T08:15:37.999Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-10T08:15:38.257Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-10T08:15:38.257Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-10T08:15:38.257Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-10T08:15:38.257Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-10T08:15:38.257Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-10T08:15:38.257Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-10T08:15:38.257Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-10T08:15:38.257Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-10T08:15:38.257Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-10T08:15:38.257Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-10T08:15:38.257Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-10T08:15:38.257Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-10T08:15:38.257Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-10T08:15:38.257Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-10T08:15:38.257Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-10T08:15:38.515Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-10T08:15:38.515Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-10T08:15:38.515Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-10T08:15:38.515Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-10T08:15:38.515Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-10T08:15:38.515Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-10T08:15:38.515Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-10T08:15:38.515Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-10T08:15:38.515Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-10T08:15:38.515Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-10T08:15:38.773Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-10T08:15:38.773Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-10T08:15:38.773Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-10T08:15:38.773Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-10T08:15:38.773Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-10T08:15:38.773Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-10T08:15:38.773Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-10T08:15:38.773Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-10T08:15:38.773Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-10T08:15:38.773Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-10T08:15:38.773Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-10T08:15:38.773Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-10T08:15:38.773Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-10T08:15:38.773Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-10T08:15:38.773Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-10T08:15:38.773Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-10T08:15:38.773Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-10T08:15:38.773Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-10T08:15:38.773Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-10T08:15:38.773Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-10T08:15:38.773Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-10T08:15:38.773Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-10T08:15:39.031Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-10T08:15:39.031Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-10T08:15:39.031Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-10T08:15:39.031Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-10T08:15:39.031Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-10T08:15:39.031Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-10T08:15:39.031Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-10T08:15:39.031Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-10T08:15:39.031Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-10T08:15:39.031Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-10T08:15:39.031Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-10T08:15:39.031Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-10T08:15:39.031Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-10T08:15:39.031Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-10T08:15:39.031Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-10T08:15:39.031Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-10T08:15:39.031Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-10T08:15:39.031Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-10T08:15:39.031Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-10T08:15:39.031Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-10T08:15:39.031Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-10T08:15:39.031Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-10T08:15:39.031Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-10T08:15:39.031Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-10T08:15:39.031Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-10T08:15:39.290Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-10T08:15:39.290Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-10T08:15:39.290Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-10T08:15:39.290Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-10T08:15:39.290Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-10T08:15:39.290Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-10T08:15:39.290Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-10T08:15:39.290Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-10T08:15:39.290Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-10T08:15:39.290Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-10T08:15:39.290Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-10T08:15:39.290Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-10T08:15:39.290Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-10T08:15:39.290Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-10T08:15:39.549Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-10T08:15:39.549Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-10T08:15:39.549Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-10T08:15:39.549Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-10T08:15:40.117Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-10T08:15:42.019Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-10T08:15:42.019Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-10T08:15:42.019Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-10T08:15:42.019Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-10T08:15:42.019Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-10T08:15:42.019Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-10T08:15:42.019Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-10T08:15:42.278Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-10T08:15:42.278Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-10T08:15:42.278Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-10T08:15:42.278Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-10T08:15:42.278Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-10T08:15:42.278Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-10T08:15:42.278Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-10T08:15:42.278Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-10T08:15:42.278Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-10T08:15:42.278Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-10T08:15:46.466Z] go: downloading google.golang.org/api v0.70.0 [2022-05-10T08:15:46.466Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-10T08:15:46.466Z] go: downloading k8s.io/api v0.23.4 [2022-05-10T08:15:46.466Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-10T08:15:46.466Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-10T08:15:46.466Z] go: downloading google.golang.org/api v0.70.0 [2022-05-10T08:15:46.466Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-10T08:15:46.466Z] go: downloading k8s.io/api v0.23.4 [2022-05-10T08:15:46.466Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-10T08:15:46.466Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-10T08:15:46.466Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-10T08:15:46.466Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-10T08:15:46.466Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-10T08:15:46.466Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-10T08:15:46.466Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-10T08:15:46.466Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-10T08:15:46.466Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-10T08:15:46.466Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-10T08:15:46.725Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-10T08:15:46.725Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-10T08:15:48.105Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-10T08:15:48.105Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-10T08:15:48.105Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-10T08:15:48.105Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-10T08:15:48.105Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-10T08:15:48.105Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-10T08:15:48.105Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-10T08:15:48.105Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-10T08:15:48.368Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-10T08:15:48.368Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-10T08:15:48.368Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-10T08:15:48.368Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-10T08:15:48.368Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-10T08:15:48.626Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-10T08:15:48.626Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-10T08:15:48.626Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-10T08:15:48.626Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-10T08:15:48.626Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-10T08:15:48.626Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-10T08:15:48.626Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-10T08:15:48.626Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-10T08:15:48.626Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-10T08:15:48.626Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-10T08:15:48.884Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-10T08:15:48.884Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-10T08:15:48.884Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-10T08:15:48.884Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-10T08:15:48.884Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-10T08:15:48.884Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-10T08:15:48.884Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-10T08:15:48.884Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-10T08:15:48.884Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-10T08:15:48.884Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-10T08:15:48.884Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-10T08:15:48.884Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-10T08:15:48.884Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-10T08:15:48.884Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-10T08:15:48.884Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-10T08:15:49.142Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-10T08:15:49.142Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-10T08:15:49.142Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-10T08:15:49.142Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-10T08:15:49.142Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-10T08:15:49.142Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-10T08:15:49.142Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-10T08:15:49.142Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-10T08:15:49.142Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-10T08:15:51.087Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-10T08:15:51.087Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-10T08:15:51.087Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-10T08:15:51.087Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-10T08:15:51.087Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-10T08:15:51.087Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-10T08:15:51.088Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-10T08:15:51.088Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-10T08:15:51.377Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-10T08:15:51.377Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-10T08:15:51.377Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-10T08:15:51.377Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-10T08:15:51.377Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-10T08:15:51.377Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-10T08:15:51.377Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-10T08:15:51.377Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-10T08:15:51.377Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-10T08:15:51.377Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-10T08:15:51.377Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-10T08:15:51.377Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-10T08:15:51.637Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-10T08:15:51.637Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-10T08:15:51.637Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-10T08:15:51.637Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-10T08:15:51.637Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-10T08:15:51.637Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-10T08:15:51.637Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-10T08:15:51.637Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-10T08:15:51.637Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-10T08:15:51.637Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-10T08:15:51.637Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-10T08:15:51.637Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-10T08:15:51.637Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-10T08:15:51.637Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-10T08:15:51.637Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-10T08:15:51.637Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-10T08:15:51.637Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-10T08:15:51.637Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-10T08:15:51.637Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-10T08:15:51.637Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-10T08:15:51.637Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-10T08:15:51.637Z] go: downloading go.opencensus.io v0.23.0 [2022-05-10T08:15:51.637Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-10T08:15:51.637Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-10T08:15:51.637Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-10T08:15:51.637Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-10T08:15:51.637Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-10T08:15:51.896Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-10T08:15:51.896Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-10T08:15:51.896Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-10T08:15:51.896Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-10T08:15:51.896Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-10T08:15:51.896Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-10T08:15:51.896Z] go: downloading go.opencensus.io v0.23.0 [2022-05-10T08:15:51.896Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-10T08:15:51.896Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-10T08:15:51.896Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-10T08:15:51.896Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-10T08:15:51.896Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-10T08:15:51.896Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-10T08:15:51.896Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-10T08:15:51.896Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-10T08:15:51.896Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-10T08:15:51.896Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-10T08:15:51.896Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-10T08:15:51.896Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-10T08:15:51.896Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-10T08:15:51.896Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-10T08:15:51.896Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-10T08:15:51.896Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-10T08:15:51.896Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-10T08:15:52.179Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-10T08:15:52.179Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-10T08:15:52.179Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-10T08:15:52.179Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-10T08:15:52.179Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-10T08:15:52.179Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-10T08:15:52.179Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-10T08:15:52.179Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-10T08:15:52.179Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-10T08:15:52.179Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-10T08:15:52.179Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-10T08:15:52.179Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-10T08:15:52.179Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-10T08:15:52.179Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-10T08:15:52.179Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-10T08:15:52.179Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-10T08:15:52.179Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-10T08:15:52.179Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-10T08:15:52.179Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-10T08:15:52.179Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-10T08:15:52.179Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-10T08:15:52.179Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-10T08:15:52.179Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-10T08:15:52.179Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-10T08:15:52.179Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-10T08:15:52.179Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-10T08:15:52.179Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-10T08:15:57.461Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-10T08:15:57.461Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-10T08:15:57.461Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-10T08:15:57.461Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-10T08:16:15.558Z] Removing intermediate container 45a1840b1a55 [2022-05-10T08:16:15.558Z] ---> a929ea3ddf2f [2022-05-10T08:16:15.558Z] [2022-05-10T08:16:15.558Z] Step 10/23 : FROM alpine:3.14 [2022-05-10T08:16:15.558Z] Removing intermediate container 99a3ebbeb4ea [2022-05-10T08:16:15.558Z] ---> a6a56e7d962b [2022-05-10T08:16:15.558Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-05-10T08:16:15.558Z] Removing intermediate container b5fdd1d786a1 [2022-05-10T08:16:15.558Z] ---> 493d449dc2f5 [2022-05-10T08:16:15.558Z] [2022-05-10T08:16:15.558Z] Step 9/20 : FROM alpine:3.15 [2022-05-10T08:16:15.558Z] 3.14: Pulling from library/alpine [2022-05-10T08:16:15.558Z] ---> Running in b5c51470813e [2022-05-10T08:16:15.816Z] 3.15: Pulling from library/alpine [2022-05-10T08:16:16.384Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-05-10T08:16:16.384Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T08:16:16.384Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T08:16:16.384Z] ---> e04c818066af [2022-05-10T08:16:16.384Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-10T08:16:17.320Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-10T08:16:17.320Z] ---> Running in a9f827ed3068 [2022-05-10T08:16:17.320Z] Status: Downloaded newer image for alpine:3.15 [2022-05-10T08:16:17.320Z] ---> 0ac33e5f5afa [2022-05-10T08:16:17.320Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-10T08:16:17.320Z] ---> Running in 974823d7c753 [2022-05-10T08:16:17.582Z] Removing intermediate container 974823d7c753 [2022-05-10T08:16:17.582Z] ---> f5d9d210b1cf [2022-05-10T08:16:17.582Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:16:17.841Z] ---> Running in c71866f2cb6f [2022-05-10T08:16:18.099Z] Removing intermediate container b5c51470813e [2022-05-10T08:16:18.099Z] ---> c6165df363f9 [2022-05-10T08:16:18.099Z] [2022-05-10T08:16:18.099Z] Step 11/23 : FROM docker:20.10.14 [2022-05-10T08:16:18.099Z] 20.10.14: Pulling from library/docker [2022-05-10T08:16:18.357Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:16:18.357Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:16:18.616Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-05-10T08:16:18.616Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T08:16:18.616Z] OK: 6 MiB in 15 packages [2022-05-10T08:16:19.998Z] Removing intermediate container a9f827ed3068 [2022-05-10T08:16:19.998Z] ---> c2a48e59d0ac [2022-05-10T08:16:19.998Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-10T08:16:20.256Z] ---> Running in afe4f335338f [2022-05-10T08:16:20.256Z] Removing intermediate container c71866f2cb6f [2022-05-10T08:16:20.256Z] ---> 11e8d361161a [2022-05-10T08:16:20.256Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-05-10T08:16:20.515Z] ---> Running in 39e4f44e4775 [2022-05-10T08:16:20.773Z] Removing intermediate container afe4f335338f [2022-05-10T08:16:20.773Z] ---> df17ebba1f5a [2022-05-10T08:16:20.773Z] Step 13/23 : ENV APP_PORT=59881 [2022-05-10T08:16:20.773Z] ---> Running in 80a3fac8806c [2022-05-10T08:16:21.340Z] Removing intermediate container 80a3fac8806c [2022-05-10T08:16:21.340Z] ---> 2b3c016456aa [2022-05-10T08:16:21.340Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-10T08:16:21.340Z] ---> Running in 1edeea9de477 [2022-05-10T08:16:21.597Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:16:21.856Z] Removing intermediate container 1edeea9de477 [2022-05-10T08:16:21.856Z] ---> 630ed8dca478 [2022-05-10T08:16:21.856Z] Step 15/23 : WORKDIR / [2022-05-10T08:16:22.114Z] ---> Running in 906e4b7e28ba [2022-05-10T08:16:22.370Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:16:22.630Z] Removing intermediate container 906e4b7e28ba [2022-05-10T08:16:22.630Z] ---> 31e8ff9c2e3f [2022-05-10T08:16:22.630Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:16:22.891Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-10T08:16:22.891Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-10T08:16:22.891Z] OK: 15855 distinct packages available [2022-05-10T08:16:22.891Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:16:23.187Z] ---> 327d9ebb43a1 [2022-05-10T08:16:23.187Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-05-10T08:16:23.939Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:16:24.199Z] (1/9) Installing ca-certificates (20211220-r0) [2022-05-10T08:16:24.199Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-05-10T08:16:24.199Z] ---> 7af2b13cf115 [2022-05-10T08:16:24.199Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-05-10T08:16:24.199Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-05-10T08:16:24.456Z] (4/9) Installing libcurl (7.80.0-r1) [2022-05-10T08:16:24.456Z] (5/9) Installing curl (7.80.0-r1) [2022-05-10T08:16:24.456Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-05-10T08:16:24.714Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-05-10T08:16:24.714Z] (8/9) Installing libucontext (1.1-r0) [2022-05-10T08:16:24.714Z] (9/9) Installing gcompat (1.0.0-r4) [2022-05-10T08:16:24.973Z] Executing busybox-1.34.1-r5.trigger [2022-05-10T08:16:24.973Z] Executing ca-certificates-20211220-r0.trigger [2022-05-10T08:16:24.973Z] OK: 8 MiB in 23 packages [2022-05-10T08:16:25.231Z] ---> a55e1098d64b [2022-05-10T08:16:25.231Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-05-10T08:16:25.489Z] ---> Running in 35824c731198 [2022-05-10T08:16:25.747Z] Removing intermediate container 35824c731198 [2022-05-10T08:16:25.747Z] ---> 2156a709b291 [2022-05-10T08:16:25.747Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:16:26.005Z] ---> Running in 8f604b6e9b2b [2022-05-10T08:16:26.571Z] Removing intermediate container 8f604b6e9b2b [2022-05-10T08:16:26.571Z] ---> 4a6d0b850df5 [2022-05-10T08:16:26.571Z] Step 21/23 : LABEL arch=x86_64 [2022-05-10T08:16:26.829Z] Removing intermediate container 39e4f44e4775 [2022-05-10T08:16:26.829Z] ---> e78ed1854f40 [2022-05-10T08:16:26.829Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:16:26.829Z] ---> Running in 0fc4a3622094 [2022-05-10T08:16:26.892Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-46050 in /w/workspace/edgexfoundry_edgex-go_PR-4014 [Pipeline] { [Pipeline] ws [2022-05-10T08:16:26.905Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2022-05-10T08:16:27.320Z] The recommended git tool is: git [2022-05-10T08:16:27.394Z] Removing intermediate container 0fc4a3622094 [2022-05-10T08:16:27.394Z] ---> a9207508a6fc [2022-05-10T08:16:27.394Z] Step 22/23 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:16:27.657Z] ---> bf289d2cd96c [2022-05-10T08:16:27.657Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-05-10T08:16:27.657Z] ---> Running in 81ac44fc9d3d [2022-05-10T08:16:27.936Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-05-10T08:16:27.936Z] Status: Downloaded newer image for docker:20.10.14 [2022-05-10T08:16:27.936Z] ---> 7417809fdb73 [2022-05-10T08:16:27.936Z] 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-05-10T08:16:28.193Z] Removing intermediate container 81ac44fc9d3d [2022-05-10T08:16:28.193Z] ---> 21c2af16865f [2022-05-10T08:16:28.193Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T08:16:28.193Z] ---> Running in 762c05ed64fb [2022-05-10T08:16:28.193Z] ---> Running in 9cf2df8dc3a3 [2022-05-10T08:16:28.487Z] Removing intermediate container 762c05ed64fb [2022-05-10T08:16:28.487Z] ---> 28a5dcf8bee5 [2022-05-10T08:16:28.487Z] 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-05-10T08:16:28.745Z] Removing intermediate container 9cf2df8dc3a3 [2022-05-10T08:16:28.745Z] ---> 35d4f2605172 [2022-05-10T08:16:28.745Z] [2022-05-10T08:16:29.004Z] ---> Running in 58a3ac0cbb49 [2022-05-10T08:16:29.004Z] Successfully built 35d4f2605172 [2022-05-10T08:16:29.004Z] Successfully tagged core-metadata:latest [2022-05-10T08:16:29.004Z] Building security-spire-server [2022-05-10T08:16:29.004Z] ---> 932fea172638 [2022-05-10T08:16:29.004Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-05-10T08:16:30.904Z]  Building core-metadata ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:16:30.904Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:16:30.904Z] (1/43) Installing readline (8.1.1-r0) [2022-05-10T08:16:31.162Z] (2/43) Installing bash (5.1.16-r0) [2022-05-10T08:16:31.162Z] Executing bash-5.1.16-r0.post-install [2022-05-10T08:16:31.162Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-05-10T08:16:31.162Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-05-10T08:16:31.162Z] (5/43) Installing libcurl (7.80.0-r1) [2022-05-10T08:16:31.162Z] (6/43) Installing curl (7.80.0-r1) [2022-05-10T08:16:31.162Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-05-10T08:16:31.162Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-05-10T08:16:31.162Z] (9/43) Installing expat (2.4.7-r0) [2022-05-10T08:16:31.162Z] (10/43) Installing libffi (3.4.2-r1) [2022-05-10T08:16:31.162Z] (11/43) Installing gdbm (1.22-r0) [2022-05-10T08:16:31.162Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-05-10T08:16:31.162Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-05-10T08:16:31.162Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-10T08:16:31.162Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-05-10T08:16:31.162Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-05-10T08:16:31.162Z] (17/43) Installing python3 (3.9.7-r4) [2022-05-10T08:16:31.421Z] ---> 87f5611e5cdf [2022-05-10T08:16:31.421Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-05-10T08:16:31.713Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-05-10T08:16:31.713Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-05-10T08:16:31.713Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-05-10T08:16:31.713Z] (21/43) Installing py3-idna (3.3-r0) [2022-05-10T08:16:31.713Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-05-10T08:16:31.713Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-05-10T08:16:31.713Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-05-10T08:16:31.713Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-05-10T08:16:31.713Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-05-10T08:16:31.713Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-05-10T08:16:31.713Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-05-10T08:16:31.713Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-05-10T08:16:31.713Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-05-10T08:16:31.713Z] (31/43) Installing py3-six (1.16.0-r0) [2022-05-10T08:16:31.713Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-05-10T08:16:31.713Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-05-10T08:16:31.713Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-05-10T08:16:31.713Z] (35/43) Installing py3-packaging (20.9-r1) [2022-05-10T08:16:31.713Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-05-10T08:16:31.713Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-05-10T08:16:31.713Z] (38/43) Installing py3-progress (1.6-r0) [2022-05-10T08:16:31.713Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-05-10T08:16:31.713Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-05-10T08:16:31.713Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-05-10T08:16:31.971Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-05-10T08:16:31.971Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-05-10T08:16:31.971Z] Executing busybox-1.34.1-r5.trigger [2022-05-10T08:16:31.971Z] OK: 83 MiB in 65 packages [2022-05-10T08:16:32.905Z] Collecting docker-compose==1.23.2 [2022-05-10T08:16:32.905Z] ---> Running in dcda7d2cdaf1 [2022-05-10T08:16:32.905Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-05-10T08:16:32.905Z] Collecting PyYAML<4,>=3.10 [2022-05-10T08:16:32.905Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-05-10T08:16:33.476Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:16:33.476Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:16:33.476Z] ---> 34d79afd6d65 [2022-05-10T08:16:33.476Z] Step 3/25 : WORKDIR /edgex-go [2022-05-10T08:16:33.476Z] ---> Using cache [2022-05-10T08:16:33.476Z] ---> 4fd32d1b7771 [2022-05-10T08:16:33.476Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:16:33.476Z] ---> Using cache [2022-05-10T08:16:33.476Z] ---> 11be451ec887 [2022-05-10T08:16:33.476Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-05-10T08:16:33.476Z] ---> Using cache [2022-05-10T08:16:33.476Z] ---> c4dbedace01b [2022-05-10T08:16:33.476Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-10T08:16:33.476Z] ---> Using cache [2022-05-10T08:16:33.476Z] ---> 0e6261a1b071 [2022-05-10T08:16:33.476Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:16:33.476Z] ---> Using cache [2022-05-10T08:16:33.476Z] ---> c37562540fc7 [2022-05-10T08:16:33.476Z] Step 8/25 : COPY . . [2022-05-10T08:16:33.476Z] ---> Using cache [2022-05-10T08:16:33.476Z] ---> b56099f19958 [2022-05-10T08:16:33.476Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-05-10T08:16:33.476Z] ---> Using cache [2022-05-10T08:16:33.476Z] ---> 8e34f916c5eb [2022-05-10T08:16:33.476Z] Step 10/25 : RUN mkdir -p spire-build [2022-05-10T08:16:33.476Z] ---> Using cache [2022-05-10T08:16:33.476Z] ---> 8e66d53a38e8 [2022-05-10T08:16:33.476Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-05-10T08:16:33.476Z] ---> Using cache [2022-05-10T08:16:33.476Z] ---> 1c1eb6db2044 [2022-05-10T08:16:33.476Z] 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-05-10T08:16:33.735Z] 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-05-10T08:16:33.735Z] Collecting cached-property<2,>=1.2.0 [2022-05-10T08:16:33.735Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-05-10T08:16:33.735Z] Removing intermediate container dcda7d2cdaf1 [2022-05-10T08:16:33.735Z] ---> b7827a459ada [2022-05-10T08:16:33.735Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:16:33.735Z] Collecting texttable<0.10,>=0.9.0 [2022-05-10T08:16:33.735Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-05-10T08:16:33.993Z] ---> Running in 2c9ef3dde2b0 [2022-05-10T08:16:33.993Z] ---> Running in 202b5443d01e [2022-05-10T08:16:34.251Z] Collecting docker<4.0,>=3.6.0 [2022-05-10T08:16:34.251Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-05-10T08:16:34.251Z] Collecting dockerpty<0.5,>=0.4.1 [2022-05-10T08:16:34.251Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-05-10T08:16:34.251Z] Removing intermediate container 202b5443d01e [2022-05-10T08:16:34.251Z] ---> 0f99fb6ae954 [2022-05-10T08:16:34.251Z] Step 18/20 : LABEL arch=x86_64 [2022-05-10T08:16:34.299Z] using credential edgex-jenkins-ssh [2022-05-10T08:16:34.319Z] Cloning the remote Git repository [2022-05-10T08:16:34.508Z] ---> Running in df7f4f115652 [2022-05-10T08:16:34.508Z] Collecting docopt<0.7,>=0.6.1 [2022-05-10T08:16:34.508Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-05-10T08:16:34.784Z] Removing intermediate container df7f4f115652 [2022-05-10T08:16:34.784Z] ---> 692c706dd564 [2022-05-10T08:16:34.784Z] Step 19/20 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:16:34.395Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-05-10T08:16:34.486Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2022-05-10T08:16:34.567Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-05-10T08:16:34.568Z] > git --version # timeout=10 [2022-05-10T08:16:34.593Z] > git --version # 'git version 2.25.1' [2022-05-10T08:16:34.595Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T08:16:34.733Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T08:16:35.042Z] ---> Running in 52f470b031a9 [2022-05-10T08:16:35.042Z] Collecting websocket-client<1.0,>=0.32.0 [2022-05-10T08:16:35.042Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-05-10T08:16:35.337Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-05-10T08:16:35.337Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-05-10T08:16:35.337Z] Collecting jsonschema<3,>=2.5.1 [2022-05-10T08:16:35.337Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-05-10T08:16:35.337Z] spire-1.2.1/ [2022-05-10T08:16:35.337Z] spire-1.2.1/.data/ [2022-05-10T08:16:35.337Z] spire-1.2.1/.data/.file [2022-05-10T08:16:35.337Z] spire-1.2.1/.dockerignore [2022-05-10T08:16:35.337Z] spire-1.2.1/.gitattributes [2022-05-10T08:16:35.337Z] spire-1.2.1/.githooks/ [2022-05-10T08:16:35.337Z] spire-1.2.1/.githooks/pre-commit [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/ [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/dependabot.yml [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/workflows/ [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-10T08:16:35.337Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-10T08:16:35.338Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-10T08:16:35.338Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-10T08:16:35.338Z] spire-1.2.1/.gitignore [2022-05-10T08:16:35.338Z] spire-1.2.1/.go-version [2022-05-10T08:16:35.338Z] spire-1.2.1/.golangci.yml [2022-05-10T08:16:35.338Z] spire-1.2.1/ADOPTERS.md [2022-05-10T08:16:35.338Z] spire-1.2.1/CHANGELOG.md [2022-05-10T08:16:35.338Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-10T08:16:35.338Z] spire-1.2.1/CODEOWNERS [2022-05-10T08:16:35.338Z] spire-1.2.1/CONTRIBUTING.md [2022-05-10T08:16:35.338Z] spire-1.2.1/Dockerfile [2022-05-10T08:16:35.338Z] spire-1.2.1/Dockerfile.dev [2022-05-10T08:16:35.338Z] spire-1.2.1/Dockerfile.scratch [2022-05-10T08:16:35.338Z] spire-1.2.1/LICENSE [2022-05-10T08:16:35.338Z] spire-1.2.1/MAINTAINERS.md [2022-05-10T08:16:35.338Z] spire-1.2.1/Makefile [2022-05-10T08:16:35.338Z] spire-1.2.1/README.md [2022-05-10T08:16:35.338Z] spire-1.2.1/ROADMAP.md [2022-05-10T08:16:35.338Z] spire-1.2.1/SECURITY.md [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-10T08:16:35.338Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-10T08:16:35.338Z] spire-1.2.1/conf/ [2022-05-10T08:16:35.338Z] spire-1.2.1/conf/agent/ [2022-05-10T08:16:35.338Z] spire-1.2.1/conf/agent/agent.conf [2022-05-10T08:16:35.338Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-10T08:16:35.338Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-10T08:16:35.338Z] spire-1.2.1/conf/server/ [2022-05-10T08:16:35.338Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-10T08:16:35.338Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-10T08:16:35.338Z] spire-1.2.1/conf/server/server.conf [2022-05-10T08:16:35.338Z] spire-1.2.1/conf/server/server_full.conf [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/ [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/SPIRE101.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/auditlog.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/ [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/SPIRE_server.pngCollecting docker-pycreds>=0.4.0 [2022-05-10T08:16:35.338Z] [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-05-10T08:16:35.338Z] [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/scaling_spire.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/spire_agent.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/spire_server.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/supported_integrations.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/telemetry.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/telemetry_config.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/upgrading.md [2022-05-10T08:16:35.338Z] spire-1.2.1/doc/using_spire.md [2022-05-10T08:16:35.338Z] spire-1.2.1/examples/ [2022-05-10T08:16:35.338Z] spire-1.2.1/examples/README.md [2022-05-10T08:16:35.338Z] spire-1.2.1/go.mod [2022-05-10T08:16:35.338Z] spire-1.2.1/go.sum [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/agent.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-10T08:16:35.338Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/client/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/common/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/config.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:16:35.339Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/Removing intermediate container 52f470b031a9 [2022-05-10T08:16:35.339Z] ---> 4e25b0b80709 [2022-05-10T08:16:35.339Z] Step 20/20 : LABEL version=0.0.0 [2022-05-10T08:16:35.601Z] [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/svid/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/names.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/auth/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cli/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-10T08:16:35.601Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-10T08:16:35.602Z] Collecting idna<2.8,>=2.5 [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-05-10T08:16:35.602Z] [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/health/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/health/config.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/health/context.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/health/health.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/idutil/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/log/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/log/log.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/log/options.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/profiling/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/selector/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-10T08:16:35.602Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/uptime/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/task.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/version/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/version/version.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509util/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/api.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/health/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/id.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/status.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/bundle/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/cache/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/catalog/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/config.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/plugin/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-10T08:16:35.603Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-10T08:16:35.604Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/registration/ [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/server.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/server_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/svid/ [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/ [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/private/ [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/private/server/ [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/private/server/journal/ [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/ [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/common/ [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/plugin/ [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-10T08:16:35.605Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-10T08:16:35.605Z] spire-1.2.1/release/ [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire-extras/ [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire-extras/README.md [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire/ [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire/README.md [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire/conf/ [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire/conf/server/ [2022-05-10T08:16:35.605Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-10T08:16:35.605Z] spire-1.2.1/script/ [2022-05-10T08:16:35.605Z] spire-1.2.1/script/build-artifact.sh [2022-05-10T08:16:35.605Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-10T08:16:35.605Z] spire-1.2.1/support/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-10T08:16:35.605Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-10T08:16:35.606Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-10T08:16:35.606Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-10T08:16:35.606Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/clock/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/clock/clock.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/fixture.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/registration/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-10T08:16:35.606Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/README.md [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/common [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-10T08:16:35.606Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-10T08:16:35.607Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestationCollecting urllib3<1.25,>=1.21.1 [2022-05-10T08:16:35.608Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-05-10T08:16:35.608Z] [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/test-one.sh [2022-05-10T08:16:35.608Z] spire-1.2.1/test/integration/test.sh [2022-05-10T08:16:35.608Z] spire-1.2.1/test/plugintest/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/plugintest/config.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/plugintest/load.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/plugintest/option.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/spiretest/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/spiretest/assertions.goRequirement 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-05-10T08:16:35.608Z] [2022-05-10T08:16:35.608Z] spire-1.2.1/test/spiretest/dir.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/spiretest/logs.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/spiretest/suite.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/spiretest/x509.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/testca/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/testca/ca.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/testkey/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/testkey/generate.sh [2022-05-10T08:16:35.608Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/testkey/keys.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/testkey/new.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/tpmsimulator/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/util/ [2022-05-10T08:16:35.608Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/util/cert_generation.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/util/io_redirection.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/util/race.go [2022-05-10T08:16:35.608Z] spire-1.2.1/test/util/util.go [2022-05-10T08:16:35.608Z] building spire from source... [2022-05-10T08:16:35.608Z] Collecting chardet<3.1.0,>=3.0.2 [2022-05-10T08:16:35.608Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-05-10T08:16:35.608Z] ---> Running in 8ebe8c7df408 [2022-05-10T08:16:35.608Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-05-10T08:16:35.608Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-05-10T08:16:35.608Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-05-10T08:16:35.608Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-05-10T08:16:35.867Z] Installing go1.17.7... [2022-05-10T08:16:35.867Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-05-10T08:16:35.867Z] Attempting uninstall: urllib3 [2022-05-10T08:16:35.867Z] Found existing installation: urllib3 1.26.7 [2022-05-10T08:16:35.867Z] Uninstalling urllib3-1.26.7: [2022-05-10T08:16:35.867Z] Successfully uninstalled urllib3-1.26.7 [2022-05-10T08:16:35.867Z] Attempting uninstall: idna [2022-05-10T08:16:35.867Z] Found existing installation: idna 3.3 [2022-05-10T08:16:35.867Z] Uninstalling idna-3.3: [2022-05-10T08:16:35.867Z] Successfully uninstalled idna-3.3 [2022-05-10T08:16:36.125Z] Removing intermediate container 8ebe8c7df408 [2022-05-10T08:16:36.125Z] ---> 618ec74b4d64 [2022-05-10T08:16:36.125Z] [2022-05-10T08:16:36.125Z] Successfully built 618ec74b4d64 [2022-05-10T08:16:36.125Z] Successfully tagged security-spiffe-token-provider:latest [2022-05-10T08:16:36.125Z]  Building security-spiffe-token-provider ... done Building core-data [2022-05-10T08:16:36.383Z] Attempting uninstall: requests [2022-05-10T08:16:36.383Z] Found existing installation: requests 2.26.0 [2022-05-10T08:16:36.383Z] Uninstalling requests-2.26.0: [2022-05-10T08:16:36.383Z] Successfully uninstalled requests-2.26.0 [2022-05-10T08:16:36.383Z] Running setup.py install for texttable: started [2022-05-10T08:16:36.950Z] Running setup.py install for texttable: finished with status 'done' [2022-05-10T08:16:36.950Z] Running setup.py install for PyYAML: started [2022-05-10T08:16:37.217Z] Running setup.py install for PyYAML: finished with status 'done' [2022-05-10T08:16:37.217Z] Running setup.py install for docopt: started [2022-05-10T08:16:37.475Z] Running setup.py install for docopt: finished with status 'done' [2022-05-10T08:16:37.475Z] Running setup.py install for dockerpty: started [2022-05-10T08:16:37.734Z] Running setup.py install for dockerpty: finished with status 'done' [2022-05-10T08:16:38.299Z] 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-05-10T08:16:40.200Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:16:40.200Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:16:40.200Z] ---> 34d79afd6d65 [2022-05-10T08:16:40.200Z] Step 3/23 : WORKDIR /edgex-go [2022-05-10T08:16:40.200Z] ---> Using cache [2022-05-10T08:16:40.200Z] ---> 4fd32d1b7771 [2022-05-10T08:16:40.200Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:16:40.200Z] ---> Using cache [2022-05-10T08:16:40.200Z] ---> 11be451ec887 [2022-05-10T08:16:40.201Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-05-10T08:16:41.135Z] Building bin/spire-server... [2022-05-10T08:16:41.497Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-10T08:16:41.497Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-10T08:16:41.497Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-10T08:16:41.497Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-10T08:16:41.497Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-10T08:16:41.756Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-10T08:16:41.756Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-10T08:16:41.756Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-10T08:16:42.014Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-10T08:16:42.014Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-10T08:16:42.014Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-10T08:16:42.014Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-10T08:16:42.014Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-10T08:16:42.282Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-10T08:16:42.282Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-10T08:16:42.282Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-10T08:16:42.282Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-10T08:16:42.282Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-10T08:16:42.282Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-10T08:16:42.542Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-10T08:16:42.542Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-10T08:16:42.542Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-10T08:16:42.542Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-10T08:16:42.542Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-10T08:16:42.542Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-10T08:16:42.542Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-10T08:16:42.542Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-10T08:16:42.803Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-10T08:16:42.803Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-10T08:16:42.803Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-10T08:16:42.803Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-10T08:16:42.803Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-10T08:16:43.062Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-10T08:16:43.062Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-10T08:16:43.062Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-10T08:16:43.062Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-10T08:16:43.345Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-10T08:16:43.345Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-10T08:16:43.345Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-10T08:16:43.345Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-10T08:16:43.345Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-10T08:16:43.345Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-10T08:16:43.603Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-10T08:16:43.603Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-10T08:16:43.603Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-10T08:16:43.603Z]  ---> Running in b4fc6d34ffb8 [2022-05-10T08:16:43.603Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-10T08:16:43.603Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-10T08:16:44.990Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:16:45.558Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-10T08:16:45.558Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-10T08:16:45.558Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-10T08:16:45.558Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-10T08:16:45.559Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-10T08:16:45.559Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-10T08:16:45.559Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:16:45.559Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-10T08:16:45.817Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-10T08:16:45.817Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-10T08:16:45.817Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-10T08:16:45.817Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-10T08:16:45.817Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-10T08:16:46.076Z] OK: 221 MiB in 52 packages [2022-05-10T08:16:49.367Z] go: downloading google.golang.org/api v0.70.0 [2022-05-10T08:16:49.367Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-10T08:16:49.367Z] go: downloading k8s.io/api v0.23.4 [2022-05-10T08:16:49.367Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-10T08:16:49.367Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-10T08:16:49.627Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-10T08:16:49.893Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-10T08:16:49.893Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-10T08:16:50.156Z] Removing intermediate container 58a3ac0cbb49 [2022-05-10T08:16:50.156Z] ---> 313db37bb8d7 [2022-05-10T08:16:50.156Z] Step 14/23 : ENV APP_PORT=58890 [2022-05-10T08:16:50.156Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-10T08:16:51.156Z]  ---> Running in 5545718ffec4 [2022-05-10T08:16:51.156Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-10T08:16:51.156Z] Removing intermediate container b4fc6d34ffb8 [2022-05-10T08:16:51.156Z] ---> a381056036d8 [2022-05-10T08:16:51.156Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-10T08:16:51.156Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-10T08:16:51.437Z] Removing intermediate container 5545718ffec4 [2022-05-10T08:16:51.437Z] ---> aecc6b13c4e8 [2022-05-10T08:16:51.437Z] Step 15/23 : EXPOSE $APP_PORT [2022-05-10T08:16:51.437Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-10T08:16:51.437Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-10T08:16:50.942Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-05-10T08:16:50.960Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T08:16:50.986Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-05-10T08:16:51.017Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-05-10T08:16:51.018Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T08:16:51.030Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4014/head:refs/remotes/origin/PR-4014 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-10T08:16:51.696Z]  ---> Running in 795edae2bf80 [2022-05-10T08:16:51.696Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-10T08:16:51.696Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-10T08:16:51.799Z] Merging remotes/origin/main commit ab0f97fec4d40b420f2060de726b99c5b26ce4cc into PR head commit 2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:16:51.957Z]  ---> f83608ad21b3 [2022-05-10T08:16:51.957Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:16:51.957Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-10T08:16:51.957Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-10T08:16:52.179Z] Merge succeeded, producing 2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:16:52.180Z] Checking out Revision 2ea13d4d71dec0eefbfef02c7df302d6549ec815 (PR-4014) [2022-05-10T08:16:52.228Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-10T08:16:52.228Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-10T08:16:52.228Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-10T08:16:52.228Z]  ---> Running in aedcce04d786 [2022-05-10T08:16:52.228Z] Removing intermediate container 795edae2bf80 [2022-05-10T08:16:52.228Z] ---> 3c700e63ca13 [2022-05-10T08:16:52.228Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-05-10T08:16:52.488Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-10T08:16:52.488Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-10T08:16:52.488Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-10T08:16:52.488Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-10T08:16:52.488Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-10T08:16:52.488Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-10T08:16:52.488Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-10T08:16:52.488Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-10T08:16:52.488Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-10T08:16:52.488Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-10T08:16:52.488Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-10T08:16:52.745Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-10T08:16:52.745Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-10T08:16:52.745Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-10T08:16:51.819Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T08:16:51.836Z] > git checkout -f 2ea13d4d71dec0eefbfef02c7df302d6549ec815 # timeout=10 [2022-05-10T08:16:52.090Z] > git remote # timeout=10 [2022-05-10T08:16:52.109Z] > git config --get remote.origin.url # timeout=10 [2022-05-10T08:16:52.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T08:16:52.136Z] > git merge ab0f97fec4d40b420f2060de726b99c5b26ce4cc # timeout=10 [2022-05-10T08:16:52.163Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-10T08:16:52.188Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T08:16:52.204Z] > git checkout -f 2ea13d4d71dec0eefbfef02c7df302d6549ec815 # timeout=10 [2022-05-10T08:16:54.650Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-10T08:16:54.650Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-10T08:16:54.650Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-10T08:16:54.650Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-10T08:16:54.650Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-10T08:16:54.650Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-10T08:16:54.650Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-10T08:16:54.650Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-10T08:16:54.650Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-10T08:16:54.650Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-10T08:16:54.650Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-10T08:16:54.650Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-10T08:16:54.650Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-10T08:16:54.908Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-10T08:16:54.908Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-10T08:16:54.908Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-10T08:16:54.908Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-10T08:16:54.908Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-10T08:16:54.908Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-10T08:16:54.908Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-10T08:16:54.908Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-10T08:16:54.908Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-10T08:16:54.908Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-10T08:16:54.908Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-10T08:16:55.166Z] go: downloading go.opencensus.io v0.23.0 [2022-05-10T08:16:55.166Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-10T08:16:55.166Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-10T08:16:55.166Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-10T08:16:55.166Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-10T08:16:55.166Z]  ---> eddbf3549a8a [2022-05-10T08:16:55.166Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-05-10T08:16:55.166Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-10T08:16:55.427Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-10T08:16:55.427Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-10T08:16:55.427Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-10T08:16:55.427Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-10T08:16:55.427Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-10T08:16:55.427Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-10T08:16:55.427Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-10T08:16:55.427Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-10T08:16:55.427Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-10T08:16:55.427Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-10T08:16:55.427Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-10T08:16:55.427Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-10T08:16:55.427Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-10T08:16:55.427Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-10T08:16:55.427Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-10T08:16:55.427Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-10T08:16:55.427Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-10T08:16:55.427Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-10T08:16:55.685Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-10T08:16:55.943Z] Removing intermediate container aedcce04d786 [2022-05-10T08:16:55.943Z] ---> 25354db8fe21 [2022-05-10T08:16:55.943Z] Step 8/23 : COPY . . [2022-05-10T08:16:56.201Z] ---> 23af490458f1 [2022-05-10T08:16:56.201Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-05-10T08:16:56.495Z] Commit message: "build(deps): Remove comments" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T08:16:57.506Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-10T08:16:57.506Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T08:16:57.506Z] Dload Upload Total Spent Left Speed [2022-05-10T08:16:57.506Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 80020 0 --:--:-- --:--:-- --:--:-- 80564 [Pipeline] sh [2022-05-10T08:16:58.092Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-10T08:16:58.446Z] + sudo tee /etc/docker/daemon.new [2022-05-10T08:16:58.446Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-10T08:16:58.446Z] { [2022-05-10T08:16:58.446Z] "registry-mirrors": [ [2022-05-10T08:16:58.446Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-10T08:16:58.446Z] ], [2022-05-10T08:16:58.446Z] "bip": "10.250.0.254/24", [2022-05-10T08:16:58.446Z] "hosts": [ [2022-05-10T08:16:58.446Z] "tcp://0.0.0.0:5555", [2022-05-10T08:16:58.446Z] "unix:///var/run/docker.sock" [2022-05-10T08:16:58.446Z] ], [2022-05-10T08:16:58.446Z] "mtu": 1458, [2022-05-10T08:16:58.446Z] "selinux-enabled": true, [2022-05-10T08:16:58.446Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-10T08:16:58.446Z] } [Pipeline] sh [2022-05-10T08:16:58.797Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-10T08:16:59.136Z] + sudo service docker restart [2022-05-10T08:17:00.388Z] ---> 8520ce803456 [2022-05-10T08:17:00.389Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-05-10T08:17:02.298Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-10T08:17:02.298Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-10T08:17:04.200Z]  ---> Running in c47c6cb4ccdf [2022-05-10T08:17:04.200Z] ---> 266a2f2b07a6 [2022-05-10T08:17:04.200Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-05-10T08:17:04.458Z] ---> Running in 4d88c033a45d [2022-05-10T08:17:04.458Z] Removing intermediate container c47c6cb4ccdf [2022-05-10T08:17:04.458Z] ---> 2a975e40421c [2022-05-10T08:17:04.458Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:17:04.716Z] ---> Running in f424546187be [2022-05-10T08:17:05.283Z] Removing intermediate container f424546187be [2022-05-10T08:17:05.283Z] ---> 6af24444c608 [2022-05-10T08:17:05.283Z] Step 21/23 : LABEL arch=x86_64 [2022-05-10T08:17:05.283Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-05-10T08:17:05.541Z] ---> Running in 121a64b76a8e [2022-05-10T08:17:05.832Z] Removing intermediate container 121a64b76a8e [2022-05-10T08:17:05.832Z] ---> ed5515ea6f7e [2022-05-10T08:17:05.832Z] Step 22/23 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:17:06.091Z] ---> Running in 5be24232f380 [2022-05-10T08:17:06.658Z] Removing intermediate container 5be24232f380 [2022-05-10T08:17:06.658Z] ---> c23cab76740b [2022-05-10T08:17:06.658Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T08:17:06.918Z] ---> Running in b4b05c0f895c [2022-05-10T08:17:07.177Z] Removing intermediate container b4b05c0f895c [2022-05-10T08:17:07.177Z] ---> 140dab990263 [2022-05-10T08:17:07.177Z] [2022-05-10T08:17:07.436Z] Successfully built 140dab990263 [2022-05-10T08:17:07.436Z] Successfully tagged sys-mgmt-agent:latest [2022-05-10T08:17:07.436Z]  Building sys-mgmt-agent ... done Building security-bootstrapper [2022-05-10T08:17:11.626Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:17:11.626Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:17:11.626Z] ---> 34d79afd6d65 [2022-05-10T08:17:11.626Z] Step 3/31 : WORKDIR /edgex-go [2022-05-10T08:17:11.626Z] ---> Using cache [2022-05-10T08:17:11.626Z] ---> 4fd32d1b7771 [2022-05-10T08:17:11.626Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:17:11.626Z] ---> Using cache [2022-05-10T08:17:11.626Z] ---> 11be451ec887 [2022-05-10T08:17:11.626Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-05-10T08:17:14.156Z] ---> Running in 9ba84653564e [2022-05-10T08:17:15.089Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:17:16.025Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:17:16.025Z] OK: 221 MiB in 52 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T08:17:17.558Z] provisioning config files... [2022-05-10T08:17:17.589Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4271774436234571180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T08:17:17.926Z] Removing intermediate container 9ba84653564e [2022-05-10T08:17:17.926Z] ---> bc64e0298bd0 [2022-05-10T08:17:17.926Z] Step 6/31 : COPY go.mod vendor* ./ [2022-05-10T08:17:17.973Z] ---> docker-login.sh [2022-05-10T08:17:17.973Z] nexus3.edgexfoundry.org:10001 [2022-05-10T08:17:18.549Z] ---> 7d69febc01c4 [2022-05-10T08:17:18.549Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:17:18.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T08:17:18.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T08:17:18.851Z] Configure a credential helper to remove this warning. See [2022-05-10T08:17:18.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T08:17:18.851Z] [2022-05-10T08:17:18.851Z] Login Succeeded [2022-05-10T08:17:18.851Z] nexus3.edgexfoundry.org:10002 [2022-05-10T08:17:19.115Z] ---> Running in 635eb4fcb9fa [2022-05-10T08:17:19.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T08:17:19.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T08:17:19.451Z] Configure a credential helper to remove this warning. See [2022-05-10T08:17:19.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T08:17:19.451Z] [2022-05-10T08:17:19.451Z] Login Succeeded [2022-05-10T08:17:19.451Z] nexus3.edgexfoundry.org:10003 [2022-05-10T08:17:19.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T08:17:20.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T08:17:20.007Z] Configure a credential helper to remove this warning. See [2022-05-10T08:17:20.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T08:17:20.007Z] [2022-05-10T08:17:20.007Z] Login Succeeded [2022-05-10T08:17:20.007Z] nexus3.edgexfoundry.org:10004 [2022-05-10T08:17:20.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T08:17:20.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T08:17:20.561Z] Configure a credential helper to remove this warning. See [2022-05-10T08:17:20.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T08:17:20.561Z] [2022-05-10T08:17:20.561Z] Login Succeeded [2022-05-10T08:17:20.561Z] docker.io [2022-05-10T08:17:20.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T08:17:21.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T08:17:21.437Z] Configure a credential helper to remove this warning. See [2022-05-10T08:17:21.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T08:17:21.437Z] [2022-05-10T08:17:21.437Z] Login Succeeded [2022-05-10T08:17:21.437Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T08:17:21.457Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T08:17:21.969Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T08:17:21.981Z] ========================================================= [2022-05-10T08:17:21.981Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-10T08:17:21.981Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-10T08:17:22.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-10T08:17:22.398Z] Removing intermediate container 635eb4fcb9fa [2022-05-10T08:17:22.398Z] ---> 46c705f27bc2 [2022-05-10T08:17:22.398Z] Step 8/31 : COPY . . [2022-05-10T08:17:22.597Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-10T08:17:22.597Z] 9b3977197b4f: Pulling fs layer [2022-05-10T08:17:22.597Z] 1a89e8eeedd5: Pulling fs layer [2022-05-10T08:17:22.597Z] 94645a83ff95: Pulling fs layer [2022-05-10T08:17:22.597Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-10T08:17:22.597Z] 0c92f367c5e7: Pulling fs layer [2022-05-10T08:17:22.597Z] 3096ccb668a1: Pulling fs layer [2022-05-10T08:17:22.597Z] e8cf19c19ddd: Pulling fs layer [2022-05-10T08:17:22.597Z] a4caa8a26152: Pulling fs layer [2022-05-10T08:17:22.597Z] 0c92f367c5e7: Waiting [2022-05-10T08:17:22.597Z] 3096ccb668a1: Waiting [2022-05-10T08:17:22.597Z] 3f3a8bcf1eab: Waiting [2022-05-10T08:17:22.597Z] a4caa8a26152: Waiting [2022-05-10T08:17:22.597Z] e8cf19c19ddd: Waiting [2022-05-10T08:17:22.597Z] 94645a83ff95: Verifying Checksum [2022-05-10T08:17:22.597Z] 94645a83ff95: Download complete [2022-05-10T08:17:22.597Z] 1a89e8eeedd5: Verifying Checksum [2022-05-10T08:17:22.597Z] 1a89e8eeedd5: Download complete [2022-05-10T08:17:22.597Z] 0c92f367c5e7: Verifying Checksum [2022-05-10T08:17:22.597Z] 0c92f367c5e7: Download complete [2022-05-10T08:17:22.597Z] 3096ccb668a1: Verifying Checksum [2022-05-10T08:17:22.597Z] 3096ccb668a1: Download complete [2022-05-10T08:17:22.597Z] 9b3977197b4f: Verifying Checksum [2022-05-10T08:17:22.597Z] 9b3977197b4f: Download complete [2022-05-10T08:17:22.597Z] e8cf19c19ddd: Verifying Checksum [2022-05-10T08:17:22.597Z] e8cf19c19ddd: Download complete [2022-05-10T08:17:23.597Z] 9b3977197b4f: Pull complete [2022-05-10T08:17:23.875Z] 1a89e8eeedd5: Pull complete [2022-05-10T08:17:24.481Z] 94645a83ff95: Pull complete [2022-05-10T08:17:24.756Z] a4caa8a26152: Verifying Checksum [2022-05-10T08:17:24.756Z] a4caa8a26152: Download complete [2022-05-10T08:17:25.352Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-10T08:17:25.352Z] 3f3a8bcf1eab: Download complete [2022-05-10T08:17:34.599Z] ---> 693ee27455b0 [2022-05-10T08:17:34.599Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-05-10T08:17:34.599Z] ---> Running in d3816edf559b [2022-05-10T08:17:34.599Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-05-10T08:17:35.976Z] Removing intermediate container 4d88c033a45d [2022-05-10T08:17:35.977Z] ---> d55d4a6ea58b [2022-05-10T08:17:35.977Z] [2022-05-10T08:17:35.977Z] Step 10/23 : FROM alpine:3.14 [2022-05-10T08:17:35.977Z] ---> e04c818066af [2022-05-10T08:17:35.977Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-05-10T08:17:36.235Z] ---> Running in 905c2e3db6bf [2022-05-10T08:17:36.493Z] Removing intermediate container 905c2e3db6bf [2022-05-10T08:17:36.493Z] ---> ff92170391e5 [2022-05-10T08:17:36.493Z] Step 12/23 : ENV APP_PORT=59880 [2022-05-10T08:17:36.493Z] ---> Running in e097c990aa53 [2022-05-10T08:17:36.753Z] Removing intermediate container e097c990aa53 [2022-05-10T08:17:36.753Z] ---> f79a9410331e [2022-05-10T08:17:36.753Z] Step 13/23 : EXPOSE $APP_PORT [2022-05-10T08:17:36.753Z] ---> Running in cdba5a0e49a0 [2022-05-10T08:17:37.319Z] Removing intermediate container cdba5a0e49a0 [2022-05-10T08:17:37.319Z] ---> 66fa61474c64 [2022-05-10T08:17:37.319Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:17:37.319Z] ---> Running in ad00cbc1e206 [2022-05-10T08:17:37.766Z] 3f3a8bcf1eab: Pull complete [2022-05-10T08:17:37.766Z] 0c92f367c5e7: Pull complete [2022-05-10T08:17:38.038Z] 3096ccb668a1: Pull complete [2022-05-10T08:17:38.313Z] e8cf19c19ddd: Pull complete [2022-05-10T08:17:38.693Z] Removing intermediate container ad00cbc1e206 [2022-05-10T08:17:38.694Z] ---> 0ea912658785 [2022-05-10T08:17:38.694Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-10T08:17:38.954Z] ---> Running in 60f9b5df2b73 [2022-05-10T08:17:39.888Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:17:40.454Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:17:40.712Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-10T08:17:40.712Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-10T08:17:40.970Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-10T08:17:40.970Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-10T08:17:40.970Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-10T08:17:41.228Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-10T08:17:41.228Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T08:17:41.228Z] OK: 8 MiB in 20 packages [2022-05-10T08:17:42.815Z] Removing intermediate container 60f9b5df2b73 [2022-05-10T08:17:42.815Z] ---> b004f9dbb347 [2022-05-10T08:17:42.815Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:17:43.133Z] ---> 30d65a534002 [2022-05-10T08:17:43.133Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-05-10T08:17:43.719Z] a4caa8a26152: Pull complete [2022-05-10T08:17:43.720Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-10T08:17:43.720Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-10T08:17:43.720Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-05-10T08:17:44.067Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-10T08:17:44.067Z] WORKDIR /edgex [2022-05-10T08:17:44.067Z] COPY go.mod . [2022-05-10T08:17:44.067Z] RUN go mod download [2022-05-10T08:17:44.067Z] + docker build -t ci-base-image-arm64 -f - . [2022-05-10T08:17:44.140Z] ---> 962a79348cb4 [2022-05-10T08:17:44.140Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-05-10T08:17:44.402Z] ---> 619c1ec697bc [2022-05-10T08:17:44.402Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-05-10T08:17:44.402Z] ---> Running in 5fcb41cd8b7b [2022-05-10T08:17:44.687Z] Removing intermediate container 5fcb41cd8b7b [2022-05-10T08:17:44.687Z] ---> 0b11dda85078 [2022-05-10T08:17:44.687Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:17:44.960Z] ---> Running in 12b460947335 [2022-05-10T08:17:45.222Z] Removing intermediate container 12b460947335 [2022-05-10T08:17:45.222Z] ---> 53ff12edfc36 [2022-05-10T08:17:45.222Z] Step 21/23 : LABEL arch=x86_64 [2022-05-10T08:17:45.525Z] ---> Running in 26b0dc07e43d [2022-05-10T08:17:45.786Z] Removing intermediate container 26b0dc07e43d [2022-05-10T08:17:45.786Z] ---> de6e770bd44a [2022-05-10T08:17:45.786Z] Step 22/23 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:17:45.786Z] ---> Running in dfdf77425fb3 [2022-05-10T08:17:46.061Z] Removing intermediate container dfdf77425fb3 [2022-05-10T08:17:46.061Z] ---> ec544890b915 [2022-05-10T08:17:46.061Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T08:17:46.325Z] ---> Running in 74fe3e2bc2e9 [2022-05-10T08:17:46.584Z] Removing intermediate container 74fe3e2bc2e9 [2022-05-10T08:17:46.584Z] ---> 7d38400e4e8e [2022-05-10T08:17:46.584Z] [2022-05-10T08:17:46.702Z] Sending build context to Docker daemon 169.3MB [2022-05-10T08:17:46.702Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-10T08:17:46.702Z] ---> 725f1c02e7f9 [2022-05-10T08:17:46.702Z] Step 2/4 : WORKDIR /edgex [2022-05-10T08:17:46.842Z] Successfully built 7d38400e4e8e [2022-05-10T08:17:46.842Z] Successfully tagged core-data:latest [2022-05-10T08:17:46.842Z]  Building core-data ... done Building support-scheduler [2022-05-10T08:17:48.135Z] ---> Running in e09c0438c494 [2022-05-10T08:17:48.411Z] Removing intermediate container e09c0438c494 [2022-05-10T08:17:48.411Z] ---> e512ad0048a1 [2022-05-10T08:17:48.411Z] Step 3/4 : COPY go.mod . [2022-05-10T08:17:49.009Z] ---> 2d0213f1d9b5 [2022-05-10T08:17:49.009Z] Step 4/4 : RUN go mod download [2022-05-10T08:17:49.009Z] ---> Running in 7972870b9281 [2022-05-10T08:17:50.125Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:17:50.125Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:17:50.125Z] ---> 34d79afd6d65 [2022-05-10T08:17:50.125Z] Step 3/22 : WORKDIR /edgex-go [2022-05-10T08:17:50.125Z] ---> Using cache [2022-05-10T08:17:50.125Z] ---> 4fd32d1b7771 [2022-05-10T08:17:50.125Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:17:50.125Z] ---> Using cache [2022-05-10T08:17:50.125Z] ---> 11be451ec887 [2022-05-10T08:17:50.125Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-10T08:17:50.126Z] ---> Using cache [2022-05-10T08:17:50.126Z] ---> bc64e0298bd0 [2022-05-10T08:17:50.126Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-10T08:17:50.126Z] ---> Using cache [2022-05-10T08:17:50.126Z] ---> 7d69febc01c4 [2022-05-10T08:17:50.126Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:17:50.126Z] ---> Using cache [2022-05-10T08:17:50.126Z] ---> 46c705f27bc2 [2022-05-10T08:17:50.126Z] Step 8/22 : COPY . . [2022-05-10T08:17:50.126Z] ---> Using cache [2022-05-10T08:17:50.126Z] ---> 693ee27455b0 [2022-05-10T08:17:50.126Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-05-10T08:17:52.026Z] ---> Running in e15df9ee77c4 [2022-05-10T08:17:52.591Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-05-10T08:17:56.777Z] Removing intermediate container d3816edf559b [2022-05-10T08:17:56.777Z] ---> fae44f121c33 [2022-05-10T08:17:56.777Z] [2022-05-10T08:17:56.777Z] Step 10/31 : FROM alpine:3.14 [2022-05-10T08:17:56.777Z] ---> e04c818066af [2022-05-10T08:17:56.777Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-05-10T08:17:56.777Z] ---> Running in 253d73be82fb [2022-05-10T08:17:56.777Z] Removing intermediate container 253d73be82fb [2022-05-10T08:17:56.777Z] ---> abccf3b922dc [2022-05-10T08:17:56.777Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-05-10T08:17:57.036Z] ---> Running in 968972166ba9 [2022-05-10T08:17:57.974Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:17:57.974Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:17:57.974Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-05-10T08:17:57.974Z] (2/2) Installing su-exec (0.2-r1) [2022-05-10T08:17:57.974Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T08:17:57.974Z] OK: 6 MiB in 16 packages [2022-05-10T08:17:58.910Z] Removing intermediate container 968972166ba9 [2022-05-10T08:17:58.910Z] ---> a9a98701e6fb [2022-05-10T08:17:58.910Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-05-10T08:17:59.169Z] ---> Running in 7a9b251c727f [2022-05-10T08:17:59.428Z] Removing intermediate container 7a9b251c727f [2022-05-10T08:17:59.428Z] ---> 69a4f0cfdbb7 [2022-05-10T08:17:59.428Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-05-10T08:17:59.428Z] ---> Running in d66ae9a275cb [2022-05-10T08:17:59.689Z] Removing intermediate container d66ae9a275cb [2022-05-10T08:17:59.689Z] ---> af0ea270fedc [2022-05-10T08:17:59.689Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-05-10T08:17:59.689Z] ---> Running in 128e77642ee7 [2022-05-10T08:18:01.641Z] Removing intermediate container 128e77642ee7 [2022-05-10T08:18:01.641Z] ---> 2d87113824bb [2022-05-10T08:18:01.641Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-05-10T08:18:01.900Z] ---> Running in 1c5014df72d4 [2022-05-10T08:18:02.159Z] Removing intermediate container 1c5014df72d4 [2022-05-10T08:18:02.159Z] ---> 9ef6293ee677 [2022-05-10T08:18:02.159Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-05-10T08:18:02.727Z] ---> faff7d5c09ff [2022-05-10T08:18:02.727Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-05-10T08:18:02.727Z] ---> Running in 9ebfcc20f2e4 [2022-05-10T08:18:04.632Z] Removing intermediate container 9ebfcc20f2e4 [2022-05-10T08:18:04.632Z] ---> 1ab2b5abff1a [2022-05-10T08:18:04.632Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:18:05.200Z] ---> 603bf868967b [2022-05-10T08:18:05.200Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-05-10T08:18:06.580Z] ---> 1a53d9a40434 [2022-05-10T08:18:06.580Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-05-10T08:18:07.519Z] ---> ceb79467e838 [2022-05-10T08:18:07.519Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-05-10T08:18:08.454Z] ---> c9e1d7638ddd [2022-05-10T08:18:08.454Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-05-10T08:18:09.394Z] ---> f7a2d638262f [2022-05-10T08:18:09.394Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-05-10T08:18:09.394Z] ---> Running in 7826a5bb6492 [2022-05-10T08:18:09.655Z] Removing intermediate container 7826a5bb6492 [2022-05-10T08:18:09.655Z] ---> a5fc3b04a726 [2022-05-10T08:18:09.655Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-05-10T08:18:10.592Z] ---> 9eadec31e657 [2022-05-10T08:18:10.592Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-05-10T08:18:10.592Z] ---> Running in af8941bcfad3 [2022-05-10T08:18:13.880Z] Removing intermediate container af8941bcfad3 [2022-05-10T08:18:13.880Z] ---> a6f7da92a925 [2022-05-10T08:18:13.880Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-05-10T08:18:13.880Z] Building bin/spire-agent... [2022-05-10T08:18:14.139Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-10T08:18:14.139Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-10T08:18:14.139Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-10T08:18:14.139Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-10T08:18:14.398Z]  ---> Running in d02474bbdc8f [2022-05-10T08:18:14.672Z] Building bin/spire-agent... [2022-05-10T08:18:14.672Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-10T08:18:14.672Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-10T08:18:14.931Z] Removing intermediate container d02474bbdc8f [2022-05-10T08:18:14.931Z] ---> b5cb2f0bd497 [2022-05-10T08:18:14.931Z] Step 28/31 : CMD ["gate"] [2022-05-10T08:18:15.189Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-10T08:18:15.189Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-10T08:18:15.189Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-10T08:18:15.447Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-10T08:18:15.447Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-10T08:18:15.447Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-10T08:18:15.447Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-10T08:18:15.706Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-10T08:18:15.706Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-10T08:18:15.706Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-10T08:18:15.706Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-10T08:18:15.706Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-10T08:18:15.706Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-10T08:18:15.706Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-10T08:18:15.964Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-10T08:18:15.964Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-10T08:18:15.964Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-10T08:18:15.964Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-10T08:18:15.964Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-10T08:18:15.964Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-10T08:18:17.338Z]  ---> Running in 614dd0540407 [2022-05-10T08:18:17.597Z] Removing intermediate container 614dd0540407 [2022-05-10T08:18:17.597Z] ---> 3b660face6d8 [2022-05-10T08:18:17.597Z] Step 29/31 : LABEL arch=x86_64 [2022-05-10T08:18:18.164Z] ---> Running in 9e01bddfd987 [2022-05-10T08:18:18.731Z] Removing intermediate container 9e01bddfd987 [2022-05-10T08:18:18.731Z] ---> fe9672157bf7 [2022-05-10T08:18:18.731Z] Step 30/31 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:18:19.313Z] ---> Running in 962ff3a091a3 [2022-05-10T08:18:19.879Z] Removing intermediate container 962ff3a091a3 [2022-05-10T08:18:19.879Z] ---> 7dd168cc7ab6 [2022-05-10T08:18:19.879Z] Step 31/31 : LABEL version=0.0.0 [2022-05-10T08:18:20.816Z] ---> Running in 7e720a76b1df [2022-05-10T08:18:21.390Z] Removing intermediate container 7e720a76b1df [2022-05-10T08:18:21.390Z] ---> a80f02b41f01 [2022-05-10T08:18:21.390Z] [2022-05-10T08:18:21.649Z] Successfully built a80f02b41f01 [2022-05-10T08:18:21.650Z] Successfully tagged security-bootstrapper:latest [2022-05-10T08:18:21.650Z] Building security-secretstore-setup [2022-05-10T08:18:21.908Z]  Building security-bootstrapper ... done Removing intermediate container e15df9ee77c4 [2022-05-10T08:18:21.908Z] ---> a4cd1b2621c8 [2022-05-10T08:18:21.908Z] [2022-05-10T08:18:21.908Z] Step 10/22 : FROM alpine:3.14 [2022-05-10T08:18:21.908Z] ---> e04c818066af [2022-05-10T08:18:21.908Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-05-10T08:18:21.908Z] ---> Using cache [2022-05-10T08:18:21.908Z] ---> c2a48e59d0ac [2022-05-10T08:18:21.908Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-10T08:18:21.908Z] ---> Using cache [2022-05-10T08:18:21.908Z] ---> df17ebba1f5a [2022-05-10T08:18:21.908Z] Step 13/22 : ENV APP_PORT=59861 [2022-05-10T08:18:22.475Z] ---> Running in 909fffd3a7aa [2022-05-10T08:18:24.376Z] Removing intermediate container 909fffd3a7aa [2022-05-10T08:18:24.376Z] ---> 58fe7d178f00 [2022-05-10T08:18:24.376Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-10T08:18:25.313Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:18:25.313Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:18:25.313Z] ---> 34d79afd6d65 [2022-05-10T08:18:25.313Z] Step 3/25 : WORKDIR /edgex-go [2022-05-10T08:18:25.313Z] ---> Using cache [2022-05-10T08:18:25.313Z] ---> 4fd32d1b7771 [2022-05-10T08:18:25.313Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:18:25.313Z] ---> Using cache [2022-05-10T08:18:25.313Z] ---> 11be451ec887 [2022-05-10T08:18:25.313Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-05-10T08:18:25.313Z] ---> Using cache [2022-05-10T08:18:25.313Z] ---> bc64e0298bd0 [2022-05-10T08:18:25.313Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-10T08:18:25.313Z] ---> Using cache [2022-05-10T08:18:25.313Z] ---> 7d69febc01c4 [2022-05-10T08:18:25.313Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:18:25.313Z] ---> Using cache [2022-05-10T08:18:25.313Z] ---> 46c705f27bc2 [2022-05-10T08:18:25.313Z] Step 8/25 : COPY . . [2022-05-10T08:18:25.313Z] ---> Using cache [2022-05-10T08:18:25.313Z] ---> 693ee27455b0 [2022-05-10T08:18:25.313Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-05-10T08:18:25.574Z] ---> Running in b717c31a3594 [2022-05-10T08:18:25.835Z] ---> Running in f61c99049e5f [2022-05-10T08:18:25.835Z] Removing intermediate container b717c31a3594 [2022-05-10T08:18:25.835Z] ---> 432e00a2a859 [2022-05-10T08:18:25.835Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:18:27.211Z] ---> 7fe818b57787 [2022-05-10T08:18:27.211Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-05-10T08:18:27.211Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-05-10T08:18:28.147Z] ---> 1c983129c8c7 [2022-05-10T08:18:28.147Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-05-10T08:18:28.714Z] ---> ed123cc28fc5 [2022-05-10T08:18:28.714Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-05-10T08:18:28.976Z] ---> Running in 55c086bed18d [2022-05-10T08:18:29.236Z] Removing intermediate container 55c086bed18d [2022-05-10T08:18:29.236Z] ---> a4d2cd963cc0 [2022-05-10T08:18:29.236Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:18:29.236Z] ---> Running in 7efefd47cb50 [2022-05-10T08:18:29.495Z] Removing intermediate container 7efefd47cb50 [2022-05-10T08:18:29.495Z] ---> 40434787acb3 [2022-05-10T08:18:29.495Z] Step 20/22 : LABEL arch=x86_64 [2022-05-10T08:18:29.495Z] ---> Running in 77c927004a28 [2022-05-10T08:18:29.798Z] Removing intermediate container 77c927004a28 [2022-05-10T08:18:29.798Z] ---> bd77c2dc3c5f [2022-05-10T08:18:29.798Z] Step 21/22 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:18:29.798Z] ---> Running in 44c8e52d9bc1 [2022-05-10T08:18:30.057Z] Removing intermediate container 44c8e52d9bc1 [2022-05-10T08:18:30.057Z] ---> cfdb472e57f8 [2022-05-10T08:18:30.057Z] Step 22/22 : LABEL version=0.0.0 [2022-05-10T08:18:30.318Z] ---> Running in 1728df00a4cd [2022-05-10T08:18:30.886Z] Removing intermediate container 1728df00a4cd [2022-05-10T08:18:30.886Z] ---> 6bfec4d49a4c [2022-05-10T08:18:30.886Z] [2022-05-10T08:18:30.886Z] Successfully built 6bfec4d49a4c [2022-05-10T08:18:30.886Z] Successfully tagged support-scheduler:latest [2022-05-10T08:18:30.886Z] Building security-proxy-setup [2022-05-10T08:18:35.077Z]  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:18:35.077Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:18:35.077Z] ---> 34d79afd6d65 [2022-05-10T08:18:35.077Z] Step 3/22 : WORKDIR /edgex-go [2022-05-10T08:18:35.077Z] ---> Using cache [2022-05-10T08:18:35.077Z] ---> 4fd32d1b7771 [2022-05-10T08:18:35.077Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:18:35.077Z] ---> Using cache [2022-05-10T08:18:35.077Z] ---> 11be451ec887 [2022-05-10T08:18:35.077Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-10T08:18:35.077Z] ---> Using cache [2022-05-10T08:18:35.077Z] ---> bc64e0298bd0 [2022-05-10T08:18:35.077Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-10T08:18:35.077Z] ---> Using cache [2022-05-10T08:18:35.077Z] ---> 7d69febc01c4 [2022-05-10T08:18:35.077Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:18:35.077Z] ---> Using cache [2022-05-10T08:18:35.077Z] ---> 46c705f27bc2 [2022-05-10T08:18:35.077Z] Step 8/22 : COPY . . [2022-05-10T08:18:35.077Z] ---> Using cache [2022-05-10T08:18:35.077Z] ---> 693ee27455b0 [2022-05-10T08:18:35.077Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-05-10T08:18:36.054Z] Removing intermediate container 7972870b9281 [2022-05-10T08:18:36.054Z] ---> f12e9cf32280 [2022-05-10T08:18:36.054Z] Successfully built f12e9cf32280 [2022-05-10T08:18:36.329Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:18:36.685Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T08:18:36.685Z] . [Pipeline] withDockerContainer [2022-05-10T08:18:36.932Z] prd-ubuntu20.04-docker-arm64-4c-16g-46050 does not seem to be running inside a container [2022-05-10T08:18:36.986Z] ---> Running in fdc91af5bdf2 [2022-05-10T08:18:37.029Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2022-05-10T08:18:37.558Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-10T08:18:38.453Z] $ docker top da553272a99fa814d035bf32bdda001a80fa7ea8ea72aee541d72ff4592e1977 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T08:18:39.391Z] + go version [2022-05-10T08:18:39.391Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-10T08:18:39.416Z] $ docker stop --time=1 da553272a99fa814d035bf32bdda001a80fa7ea8ea72aee541d72ff4592e1977 [2022-05-10T08:18:39.465Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-05-10T08:18:41.089Z] $ docker rm -f da553272a99fa814d035bf32bdda001a80fa7ea8ea72aee541d72ff4592e1977 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:18:41.719Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T08:18:41.719Z] . [Pipeline] withDockerContainer [2022-05-10T08:18:41.953Z] prd-ubuntu20.04-docker-arm64-4c-16g-46050 does not seem to be running inside a container [2022-05-10T08:18:42.045Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2022-05-10T08:18:43.414Z] $ docker top f85b76151a402cfd20d0aead69fa27ac7004529c675f1c2fa657fe2d4e1d5edf -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-10T08:18:43.714Z] ========================================================= [2022-05-10T08:18:43.714Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-05-10T08:18:43.714Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-10T08:18:44.380Z] + make test [2022-05-10T08:18:44.380Z] go mod tidy -compat=1.17 [2022-05-10T08:18:45.369Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-05-10T08:18:49.575Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-05-10T08:18:49.576Z] Removing intermediate container f61c99049e5f [2022-05-10T08:18:49.576Z] ---> b32af8377f54 [2022-05-10T08:18:49.576Z] [2022-05-10T08:18:49.576Z] Step 10/25 : FROM alpine:3.14 [2022-05-10T08:18:49.576Z] ---> e04c818066af [2022-05-10T08:18:49.576Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-05-10T08:18:49.576Z] ---> Running in bfc7d88df630 [2022-05-10T08:18:49.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:18:50.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:18:50.353Z] (1/3) Installing ca-certificates (20211220-r0) [2022-05-10T08:18:50.353Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-05-10T08:18:50.353Z] (3/3) Installing su-exec (0.2-r1) [2022-05-10T08:18:50.353Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T08:18:50.353Z] Executing ca-certificates-20211220-r0.trigger [2022-05-10T08:18:50.353Z] OK: 6 MiB in 17 packages [2022-05-10T08:18:51.738Z] Removing intermediate container fdc91af5bdf2 [2022-05-10T08:18:51.738Z] ---> e216f4e57aea [2022-05-10T08:18:51.738Z] [2022-05-10T08:18:51.738Z] Step 10/22 : FROM alpine:3.14 [2022-05-10T08:18:51.738Z] ---> e04c818066af [2022-05-10T08:18:51.738Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-05-10T08:18:51.738Z] Removing intermediate container bfc7d88df630 [2022-05-10T08:18:51.738Z] ---> a8f13c10a2d6 [2022-05-10T08:18:51.738Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-10T08:18:51.997Z] ---> Running in e59d37b7a4ee [2022-05-10T08:18:51.997Z] ---> Running in 8800f9931a8c [2022-05-10T08:18:52.256Z] Removing intermediate container 8800f9931a8c [2022-05-10T08:18:52.256Z] ---> 23660a744099 [2022-05-10T08:18:52.256Z] Step 13/25 : WORKDIR / [2022-05-10T08:18:52.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:18:52.256Z] ---> Running in 7e557c112081 [2022-05-10T08:18:52.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:18:52.515Z] (1/6) Installing ca-certificates (20211220-r0) [2022-05-10T08:18:52.515Z] Removing intermediate container 7e557c112081 [2022-05-10T08:18:52.515Z] ---> c705d45c7c4d [2022-05-10T08:18:52.515Z] 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-05-10T08:18:52.515Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-05-10T08:18:52.515Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-05-10T08:18:52.515Z] (4/6) Installing libcurl (7.79.1-r1) [2022-05-10T08:18:52.515Z] (5/6) Installing curl (7.79.1-r1) [2022-05-10T08:18:52.515Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-05-10T08:18:52.515Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T08:18:52.515Z] Executing ca-certificates-20211220-r0.trigger [2022-05-10T08:18:52.515Z] OK: 8 MiB in 20 packages [2022-05-10T08:18:53.086Z] ---> 3438f8e70d89 [2022-05-10T08:18:53.086Z] 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-05-10T08:18:53.345Z] ---> 30b31fdc2404 [2022-05-10T08:18:53.345Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-05-10T08:18:53.345Z] Removing intermediate container e59d37b7a4ee [2022-05-10T08:18:53.345Z] ---> 1cc623e07068 [2022-05-10T08:18:53.345Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-10T08:18:53.604Z] ---> Running in 286fef92efba [2022-05-10T08:18:53.604Z] ---> 1d7cce991975 [2022-05-10T08:18:53.604Z] 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-05-10T08:18:53.604Z] Removing intermediate container 286fef92efba [2022-05-10T08:18:53.604Z] ---> 4e573c0a8f02 [2022-05-10T08:18:53.604Z] Step 13/22 : WORKDIR /edgex [2022-05-10T08:18:53.862Z] ---> Running in eda1bd131b44 [2022-05-10T08:18:53.862Z] ---> e0bcd1a2568a [2022-05-10T08:18:53.862Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-05-10T08:18:53.862Z] Removing intermediate container eda1bd131b44 [2022-05-10T08:18:53.862Z] ---> 14aab3f2dbd8 [2022-05-10T08:18:53.862Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-05-10T08:18:54.428Z] ---> 48e33ed43949 [2022-05-10T08:18:54.428Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-05-10T08:18:54.428Z] ---> 25afe576e33c [2022-05-10T08:18:54.428Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-05-10T08:18:54.996Z] ---> bbce797a699d [2022-05-10T08:18:54.996Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-05-10T08:18:55.253Z] ---> 8c3720fb61d6 [2022-05-10T08:18:55.253Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-05-10T08:18:55.511Z] ---> 1acd0e219c36 [2022-05-10T08:18:55.511Z] 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-05-10T08:18:55.769Z] ---> 3dfc6b76f10f [2022-05-10T08:18:55.769Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-05-10T08:18:55.769Z] ---> Running in fb72214466a4 [2022-05-10T08:18:56.370Z] ---> 6f23510f8f92 [2022-05-10T08:18:56.370Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-05-10T08:18:56.370Z] ---> Running in ff7d2fd7a724 [2022-05-10T08:18:56.940Z] Removing intermediate container fb72214466a4 [2022-05-10T08:18:56.940Z] ---> 0d544d068722 [2022-05-10T08:18:56.940Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-05-10T08:18:57.200Z] ---> Running in 39bceade2cbb [2022-05-10T08:18:57.200Z] Removing intermediate container 39bceade2cbb [2022-05-10T08:18:57.200Z] ---> d5d472250fe3 [2022-05-10T08:18:57.200Z] Step 23/25 : LABEL arch=x86_64 [2022-05-10T08:18:57.460Z] Removing intermediate container ff7d2fd7a724 [2022-05-10T08:18:57.460Z] ---> 1dba2baf2558 [2022-05-10T08:18:57.460Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-05-10T08:18:57.460Z] ---> Running in b8d9c144828b [2022-05-10T08:18:57.460Z] ---> Running in 86819a106351 [2022-05-10T08:18:57.719Z] Removing intermediate container b8d9c144828b [2022-05-10T08:18:57.719Z] ---> caeb89224a11 [2022-05-10T08:18:57.719Z] Step 24/25 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:18:57.719Z] Removing intermediate container 86819a106351 [2022-05-10T08:18:57.719Z] ---> cc0e3c243461 [2022-05-10T08:18:57.719Z] Step 20/22 : LABEL arch=x86_64 [2022-05-10T08:18:57.719Z] ---> Running in 2e6a1b2c8c0f [2022-05-10T08:18:57.719Z] ---> Running in 011cac5c4e39 [2022-05-10T08:18:57.978Z] Removing intermediate container 2e6a1b2c8c0f [2022-05-10T08:18:57.978Z] ---> 3377520d27e7 [2022-05-10T08:18:57.978Z] Step 25/25 : LABEL version=0.0.0 [2022-05-10T08:18:57.978Z] Removing intermediate container 011cac5c4e39 [2022-05-10T08:18:57.978Z] ---> 849f70db14ee [2022-05-10T08:18:57.978Z] Step 21/22 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:18:57.978Z] ---> Running in e89cab9857d9 [2022-05-10T08:18:57.978Z] ---> Running in cde54f0d75e5 [2022-05-10T08:18:58.236Z] Removing intermediate container e89cab9857d9 [2022-05-10T08:18:58.236Z] ---> a657f6858c2c [2022-05-10T08:18:58.236Z] [2022-05-10T08:18:58.236Z] Removing intermediate container cde54f0d75e5 [2022-05-10T08:18:58.236Z] ---> 5043a54d0488 [2022-05-10T08:18:58.236Z] Step 22/22 : LABEL version=0.0.0 [2022-05-10T08:18:58.236Z] ---> Running in f04770cfbffd [2022-05-10T08:18:58.236Z] Successfully built a657f6858c2c [2022-05-10T08:18:58.236Z] Successfully tagged security-secretstore-setup:latest [2022-05-10T08:18:58.236Z]  Building security-secretstore-setup ... done Building core-command [2022-05-10T08:18:58.494Z] Removing intermediate container f04770cfbffd [2022-05-10T08:18:58.494Z] ---> 6da4e806e4c0 [2022-05-10T08:18:58.494Z] [2022-05-10T08:18:58.753Z] Successfully built 6da4e806e4c0 [2022-05-10T08:18:58.753Z] Successfully tagged security-proxy-setup:latest [2022-05-10T08:18:58.753Z] Building support-notifications [2022-05-10T08:19:04.029Z]  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:19:04.029Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:19:04.029Z] ---> 34d79afd6d65 [2022-05-10T08:19:04.029Z] Step 3/23 : WORKDIR /edgex-go [2022-05-10T08:19:04.029Z] ---> Using cache [2022-05-10T08:19:04.029Z] ---> 4fd32d1b7771 [2022-05-10T08:19:04.029Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:19:04.029Z] ---> Using cache [2022-05-10T08:19:04.029Z] ---> 11be451ec887 [2022-05-10T08:19:04.029Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-10T08:19:04.029Z] ---> Using cache [2022-05-10T08:19:04.029Z] ---> bc64e0298bd0 [2022-05-10T08:19:04.029Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-10T08:19:04.029Z] ---> Using cache [2022-05-10T08:19:04.029Z] ---> 7d69febc01c4 [2022-05-10T08:19:04.029Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:19:04.029Z] ---> Using cache [2022-05-10T08:19:04.029Z] ---> 46c705f27bc2 [2022-05-10T08:19:04.029Z] Step 8/23 : COPY . . [2022-05-10T08:19:04.029Z] ---> Using cache [2022-05-10T08:19:04.029Z] ---> 693ee27455b0 [2022-05-10T08:19:04.029Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-05-10T08:19:04.288Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:19:04.288Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:19:04.288Z] ---> 34d79afd6d65 [2022-05-10T08:19:04.288Z] Step 3/22 : WORKDIR /edgex-go [2022-05-10T08:19:04.288Z] ---> Using cache [2022-05-10T08:19:04.288Z] ---> 4fd32d1b7771 [2022-05-10T08:19:04.288Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:19:04.288Z] ---> Using cache [2022-05-10T08:19:04.288Z] ---> 11be451ec887 [2022-05-10T08:19:04.288Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-05-10T08:19:14.264Z] ---> Running in 51d9596cb3b6 [2022-05-10T08:19:14.264Z] ---> Running in bab1fc1d9003 [2022-05-10T08:19:14.264Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-05-10T08:19:14.264Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:14.264Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:15.200Z] OK: 221 MiB in 52 packages [2022-05-10T08:19:16.585Z] Building bin/spire-agent... [2022-05-10T08:19:17.155Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-10T08:19:18.096Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-10T08:19:18.096Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-10T08:19:18.096Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-10T08:19:18.096Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-10T08:19:18.096Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-10T08:19:18.096Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-10T08:19:18.356Z] Removing intermediate container bab1fc1d9003 [2022-05-10T08:19:18.356Z] ---> 013b9debef1d [2022-05-10T08:19:18.356Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-10T08:19:18.926Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-10T08:19:18.926Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-10T08:19:18.926Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-10T08:19:18.926Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-10T08:19:18.926Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-10T08:19:18.926Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-10T08:19:18.926Z]  ---> 6724a121cb5f [2022-05-10T08:19:18.926Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:19:19.185Z] ---> Running in d36c2c607a75 [2022-05-10T08:19:21.092Z] Removing intermediate container d36c2c607a75 [2022-05-10T08:19:21.092Z] ---> a47d10cfc9a6 [2022-05-10T08:19:21.092Z] Step 8/22 : COPY . . [2022-05-10T08:19:21.092Z] Removing intermediate container 1cd2299e4aee [2022-05-10T08:19:21.092Z] ---> 7962bc91dbfe [2022-05-10T08:19:21.092Z] [2022-05-10T08:19:21.092Z] Step 13/26 : FROM alpine:3.15 [2022-05-10T08:19:21.092Z] ---> 0ac33e5f5afa [2022-05-10T08:19:21.092Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-10T08:19:21.092Z] ---> Using cache [2022-05-10T08:19:21.092Z] ---> f5d9d210b1cf [2022-05-10T08:19:21.092Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:19:21.092Z] ---> Using cache [2022-05-10T08:19:21.092Z] ---> 11e8d361161a [2022-05-10T08:19:21.092Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-05-10T08:19:21.350Z] ---> Running in 344491b374ee [2022-05-10T08:19:21.350Z] Removing intermediate container d7ee1e8166e7 [2022-05-10T08:19:21.350Z] ---> 044fb5c959ad [2022-05-10T08:19:21.350Z] [2022-05-10T08:19:21.350Z] Step 13/26 : FROM alpine:3.15 [2022-05-10T08:19:21.350Z] ---> 0ac33e5f5afa [2022-05-10T08:19:21.350Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-10T08:19:21.350Z] ---> Using cache [2022-05-10T08:19:21.350Z] ---> f5d9d210b1cf [2022-05-10T08:19:21.350Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:19:21.350Z] ---> Using cache [2022-05-10T08:19:21.350Z] ---> 11e8d361161a [2022-05-10T08:19:21.350Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-10T08:19:21.350Z] ---> Running in b6884c7b319e [2022-05-10T08:19:21.917Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:21.917Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:22.861Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:22.861Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:23.120Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-10T08:19:23.120Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-10T08:19:23.120Z] OK: 15855 distinct packages available [2022-05-10T08:19:23.120Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:24.064Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:24.064Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-10T08:19:24.064Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-10T08:19:24.064Z] OK: 15855 distinct packages available [2022-05-10T08:19:24.332Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:24.332Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-10T08:19:24.332Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-10T08:19:24.391Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-05-10T08:19:24.591Z] (3/5) Installing libucontext (1.1-r0) [2022-05-10T08:19:24.591Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-10T08:19:24.591Z] (5/5) Installing openssl (1.1.1n-r0) [2022-05-10T08:19:24.851Z] Executing busybox-1.34.1-r5.trigger [2022-05-10T08:19:24.851Z] OK: 6 MiB in 19 packages [2022-05-10T08:19:25.110Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:25.368Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-05-10T08:19:25.368Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-05-10T08:19:25.626Z] (3/4) Installing libucontext (1.1-r0) [2022-05-10T08:19:25.626Z] (4/4) Installing gcompat (1.0.0-r4) [2022-05-10T08:19:25.626Z] Executing busybox-1.34.1-r5.trigger [2022-05-10T08:19:25.626Z] OK: 6 MiB in 18 packages [2022-05-10T08:19:28.166Z] ---> 2758dbb5238d [2022-05-10T08:19:28.166Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-05-10T08:19:28.166Z] ---> Running in 37aeb90fd6b0 [2022-05-10T08:19:28.166Z] Removing intermediate container b6884c7b319e [2022-05-10T08:19:28.166Z] ---> 84c2a60abd95 [2022-05-10T08:19:28.166Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-05-10T08:19:28.166Z] Removing intermediate container 344491b374ee [2022-05-10T08:19:28.166Z] ---> 49a8d2e27adb [2022-05-10T08:19:28.166Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-10T08:19:28.425Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-05-10T08:19:29.372Z] ---> 36c57e161b16 [2022-05-10T08:19:29.372Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-10T08:19:29.372Z] Removing intermediate container 51d9596cb3b6 [2022-05-10T08:19:29.372Z] ---> d29a85323a89 [2022-05-10T08:19:29.372Z] [2022-05-10T08:19:29.372Z] Step 10/23 : FROM alpine:3.14 [2022-05-10T08:19:29.372Z] ---> e04c818066af [2022-05-10T08:19:29.372Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-10T08:19:29.372Z] ---> Using cache [2022-05-10T08:19:29.372Z] ---> c2a48e59d0ac [2022-05-10T08:19:29.372Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-10T08:19:29.372Z] ---> Using cache [2022-05-10T08:19:29.372Z] ---> df17ebba1f5a [2022-05-10T08:19:29.372Z] Step 13/23 : ENV APP_PORT=59882 [2022-05-10T08:19:29.630Z] ---> 3deb9641fb0a [2022-05-10T08:19:29.631Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-05-10T08:19:29.631Z] ---> Running in 770a224d91f9 [2022-05-10T08:19:29.889Z] Removing intermediate container 770a224d91f9 [2022-05-10T08:19:29.890Z] ---> 0f7111ffe36e [2022-05-10T08:19:29.890Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-10T08:19:29.890Z] ---> Running in 8a63561922a6 [2022-05-10T08:19:29.890Z] ---> be70130c9d44 [2022-05-10T08:19:29.890Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-05-10T08:19:29.890Z] ---> Running in c41a0aac6ec7 [2022-05-10T08:19:30.147Z] Removing intermediate container 8a63561922a6 [2022-05-10T08:19:30.147Z] ---> 2868bd6679d9 [2022-05-10T08:19:30.147Z] Step 15/23 : WORKDIR / [2022-05-10T08:19:30.147Z] ---> Running in 8eb50efd9094 [2022-05-10T08:19:30.147Z] Removing intermediate container c41a0aac6ec7 [2022-05-10T08:19:30.147Z] ---> eaca52222655 [2022-05-10T08:19:30.147Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-05-10T08:19:30.405Z] Removing intermediate container 8eb50efd9094 [2022-05-10T08:19:30.405Z] ---> 85da2d735f2b [2022-05-10T08:19:30.406Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:19:30.666Z] ---> 7dc2b5709fd7 [2022-05-10T08:19:30.666Z] Step 21/26 : WORKDIR / [2022-05-10T08:19:30.666Z] ---> Running in ad6cf0555c93 [2022-05-10T08:19:30.666Z] ---> 1feb5b351482 [2022-05-10T08:19:30.666Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-05-10T08:19:30.925Z] Removing intermediate container ad6cf0555c93 [2022-05-10T08:19:30.925Z] ---> 64efedf2d5c0 [2022-05-10T08:19:30.925Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-10T08:19:31.183Z] ---> Running in f7c6601bd0a1 [2022-05-10T08:19:31.183Z] ---> 70cd10e9afa6 [2022-05-10T08:19:31.183Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-05-10T08:19:31.441Z] Removing intermediate container f7c6601bd0a1 [2022-05-10T08:19:31.441Z] ---> 4881a93cfeb9 [2022-05-10T08:19:31.441Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-10T08:19:31.441Z] ---> af4a8237b77a [2022-05-10T08:19:31.441Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-05-10T08:19:31.441Z] ---> 92e0bbbea7eb [2022-05-10T08:19:31.441Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-05-10T08:19:31.441Z] ---> Running in 49998de177cb [2022-05-10T08:19:32.009Z] Removing intermediate container 49998de177cb [2022-05-10T08:19:32.009Z] ---> 0442eeeaaa50 [2022-05-10T08:19:32.009Z] Step 24/26 : LABEL arch=x86_64 [2022-05-10T08:19:32.009Z] ---> 3948025d850c [2022-05-10T08:19:32.009Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-05-10T08:19:32.009Z] ---> Running in 95c27cb72b03 [2022-05-10T08:19:32.009Z] ---> cf3e41f7ebc3 [2022-05-10T08:19:32.009Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-05-10T08:19:32.009Z] ---> Running in 5b71ab82f332 [2022-05-10T08:19:32.269Z] Removing intermediate container 95c27cb72b03 [2022-05-10T08:19:32.269Z] ---> 4f4470845e35 [2022-05-10T08:19:32.269Z] Step 25/26 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:19:32.269Z] ---> 7854f120914c [2022-05-10T08:19:32.269Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-10T08:19:32.269Z] Removing intermediate container 5b71ab82f332 [2022-05-10T08:19:32.269Z] ---> f966bb33ff05 [2022-05-10T08:19:32.269Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:19:32.269Z] ---> Running in bf3f1893153a [2022-05-10T08:19:32.529Z] ---> Running in 27b690af1758 [2022-05-10T08:19:32.529Z] ---> Running in 5c1694f27cfa [2022-05-10T08:19:32.529Z] Removing intermediate container bf3f1893153a [2022-05-10T08:19:32.529Z] ---> 600ce4ec426a [2022-05-10T08:19:32.529Z] Step 26/26 : LABEL version=0.0.0 [2022-05-10T08:19:32.529Z] Removing intermediate container 27b690af1758 [2022-05-10T08:19:32.529Z] ---> 54ba58822389 [2022-05-10T08:19:32.529Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-10T08:19:32.529Z] ---> Running in 758c7019b300 [2022-05-10T08:19:32.529Z] Removing intermediate container 5c1694f27cfa [2022-05-10T08:19:32.529Z] ---> 0ac44392ae29 [2022-05-10T08:19:32.529Z] Step 21/23 : LABEL arch=x86_64 [2022-05-10T08:19:32.788Z] ---> Running in 946d84713330 [2022-05-10T08:19:32.788Z] ---> Running in 95366e1316d8 [2022-05-10T08:19:32.788Z] Removing intermediate container 758c7019b300 [2022-05-10T08:19:32.788Z] ---> aecb02f0dbea [2022-05-10T08:19:32.788Z] [2022-05-10T08:19:33.046Z] Removing intermediate container 946d84713330 [2022-05-10T08:19:33.046Z] ---> 1d0b4e3c11eb [2022-05-10T08:19:33.046Z] Step 24/26 : LABEL arch=x86_64 [2022-05-10T08:19:33.046Z] Successfully built aecb02f0dbea [2022-05-10T08:19:33.046Z] ---> Running in 5fa6f9360d1c [2022-05-10T08:19:33.046Z] Successfully tagged security-spire-config:latest [2022-05-10T08:19:33.046Z]  Building security-spire-config ... done Removing intermediate container 95366e1316d8 [2022-05-10T08:19:33.046Z] ---> 4bcf23c477c4 [2022-05-10T08:19:33.046Z] Step 22/23 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:19:33.046Z] ---> Running in c0559156428b [2022-05-10T08:19:33.305Z] Removing intermediate container 5fa6f9360d1c [2022-05-10T08:19:33.305Z] ---> 10fff39daabe [2022-05-10T08:19:33.305Z] Step 25/26 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:19:33.305Z] Removing intermediate container c0559156428b [2022-05-10T08:19:33.305Z] ---> 429dc44e9687 [2022-05-10T08:19:33.305Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T08:19:33.305Z] ---> Running in a2f843922f67 [2022-05-10T08:19:33.565Z] ---> Running in 3910ee7a8dec [2022-05-10T08:19:33.565Z] Removing intermediate container a2f843922f67 [2022-05-10T08:19:33.565Z] ---> cca7ba9571fe [2022-05-10T08:19:33.565Z] Step 26/26 : LABEL version=0.0.0 [2022-05-10T08:19:33.565Z] Removing intermediate container 3910ee7a8dec [2022-05-10T08:19:33.565Z] ---> 2987c2819585 [2022-05-10T08:19:33.565Z] [2022-05-10T08:19:33.827Z] ---> Running in 02e86aa0a1c0 [2022-05-10T08:19:33.827Z] Successfully built 2987c2819585 [2022-05-10T08:19:33.827Z] Successfully tagged core-command:latest [2022-05-10T08:19:33.827Z]  Building core-command ... done Removing intermediate container 02e86aa0a1c0 [2022-05-10T08:19:33.827Z] ---> 83cec26cf25d [2022-05-10T08:19:33.827Z] [2022-05-10T08:19:34.085Z] Successfully built 83cec26cf25d [2022-05-10T08:19:34.085Z] Successfully tagged security-spire-agent:latest [2022-05-10T08:19:46.299Z]  Building security-spire-agent ... done Removing intermediate container 37aeb90fd6b0 [2022-05-10T08:19:46.299Z] ---> ac32e38c258c [2022-05-10T08:19:46.299Z] [2022-05-10T08:19:46.299Z] Step 10/22 : FROM alpine:3.14 [2022-05-10T08:19:46.299Z] ---> e04c818066af [2022-05-10T08:19:46.299Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-05-10T08:19:46.558Z] ---> Running in b88330c280e5 [2022-05-10T08:19:46.817Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:46.817Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-10T08:19:47.075Z] (1/2) Installing ca-certificates (20211220-r0) [2022-05-10T08:19:47.075Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-05-10T08:19:47.075Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T08:19:47.075Z] Executing ca-certificates-20211220-r0.trigger [2022-05-10T08:19:47.075Z] OK: 6 MiB in 16 packages [2022-05-10T08:19:48.012Z] Removing intermediate container b88330c280e5 [2022-05-10T08:19:48.012Z] ---> 0842fbb1dff0 [2022-05-10T08:19:48.012Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-10T08:19:48.012Z] ---> Running in 3faf2355b199 [2022-05-10T08:19:48.012Z] Removing intermediate container 3faf2355b199 [2022-05-10T08:19:48.012Z] ---> 4a5453fe5a9a [2022-05-10T08:19:48.012Z] Step 13/22 : ENV APP_PORT=59860 [2022-05-10T08:19:48.012Z] ---> Running in acb7eb5d0c05 [2022-05-10T08:19:48.271Z] Removing intermediate container acb7eb5d0c05 [2022-05-10T08:19:48.271Z] ---> b16417801f53 [2022-05-10T08:19:48.271Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-10T08:19:48.271Z] ---> Running in cf8810acd1e2 [2022-05-10T08:19:48.271Z] Removing intermediate container cf8810acd1e2 [2022-05-10T08:19:48.271Z] ---> ebf0359bf739 [2022-05-10T08:19:48.532Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:19:48.532Z] ---> 3ece99ad82be [2022-05-10T08:19:48.532Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-05-10T08:19:49.477Z] ---> 8b44eae698fc [2022-05-10T08:19:49.477Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-05-10T08:19:49.477Z] ---> 621ecd7274de [2022-05-10T08:19:49.477Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-05-10T08:19:49.477Z] ---> Running in 45d523adb0c6 [2022-05-10T08:19:49.736Z] Removing intermediate container 45d523adb0c6 [2022-05-10T08:19:49.736Z] ---> 130cc9110d0d [2022-05-10T08:19:49.736Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:19:49.736Z] ---> Running in 66ef713fe29e [2022-05-10T08:19:49.736Z] Removing intermediate container 66ef713fe29e [2022-05-10T08:19:49.736Z] ---> a50c1c5f3349 [2022-05-10T08:19:49.736Z] Step 20/22 : LABEL arch=x86_64 [2022-05-10T08:19:49.995Z] ---> Running in 61148a6b3182 [2022-05-10T08:19:49.995Z] Removing intermediate container 61148a6b3182 [2022-05-10T08:19:49.995Z] ---> 709a3c9d8bc0 [2022-05-10T08:19:49.995Z] Step 21/22 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:19:49.995Z] ---> Running in 370a11b5619f [2022-05-10T08:19:50.255Z] Removing intermediate container 370a11b5619f [2022-05-10T08:19:50.255Z] ---> ae796e24452f [2022-05-10T08:19:50.255Z] Step 22/22 : LABEL version=0.0.0 [2022-05-10T08:19:50.255Z] ---> Running in dd1de58b309b [2022-05-10T08:19:50.255Z] Removing intermediate container dd1de58b309b [2022-05-10T08:19:50.255Z] ---> eb739194ce7e [2022-05-10T08:19:50.255Z] [2022-05-10T08:19:50.513Z] Successfully built eb739194ce7e [2022-05-10T08:19:50.513Z] Successfully tagged support-notifications:latest [2022-05-10T08:20:12.459Z]  Building support-notifications ... done Removing intermediate container 2c9ef3dde2b0 [2022-05-10T08:20:12.459Z] ---> 55ffc82ba57e [2022-05-10T08:20:12.459Z] [2022-05-10T08:20:12.459Z] Step 13/25 : FROM alpine:3.15 [2022-05-10T08:20:12.459Z] ---> 0ac33e5f5afa [2022-05-10T08:20:12.459Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-10T08:20:12.459Z] ---> Using cache [2022-05-10T08:20:12.459Z] ---> f5d9d210b1cf [2022-05-10T08:20:12.459Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:20:12.459Z] ---> Using cache [2022-05-10T08:20:12.459Z] ---> 11e8d361161a [2022-05-10T08:20:12.459Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-10T08:20:12.459Z] ---> Using cache [2022-05-10T08:20:12.459Z] ---> 84c2a60abd95 [2022-05-10T08:20:12.459Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-10T08:20:12.459Z] ---> 52e89b7364a7 [2022-05-10T08:20:12.459Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-05-10T08:20:12.459Z] ---> 63b84179f720 [2022-05-10T08:20:12.459Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-05-10T08:20:12.459Z] ---> bde4fd4f640a [2022-05-10T08:20:12.459Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-05-10T08:20:12.459Z] ---> 347d2bd0e010 [2022-05-10T08:20:12.459Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-10T08:20:12.459Z] ---> Running in b544050e60e4 [2022-05-10T08:20:12.459Z] Removing intermediate container b544050e60e4 [2022-05-10T08:20:12.459Z] ---> e4adaabee34c [2022-05-10T08:20:12.459Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-10T08:20:12.459Z] ---> Running in b79365471e5b [2022-05-10T08:20:12.459Z] Removing intermediate container b79365471e5b [2022-05-10T08:20:12.459Z] ---> b97d545b6a0d [2022-05-10T08:20:12.459Z] Step 23/25 : LABEL arch=x86_64 [2022-05-10T08:20:12.459Z] ---> Running in eb799b31a92e [2022-05-10T08:20:12.459Z] Removing intermediate container eb799b31a92e [2022-05-10T08:20:12.459Z] ---> f129fb66e68c [2022-05-10T08:20:12.459Z] Step 24/25 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:20:12.459Z] ---> Running in e86f9cd730c3 [2022-05-10T08:20:12.459Z] Removing intermediate container e86f9cd730c3 [2022-05-10T08:20:12.459Z] ---> b7200733f9be [2022-05-10T08:20:12.459Z] Step 25/25 : LABEL version=0.0.0 [2022-05-10T08:20:12.459Z] ---> Running in ecfac80dd175 [2022-05-10T08:20:12.459Z] Removing intermediate container ecfac80dd175 [2022-05-10T08:20:12.459Z] ---> 0ea652ac4e40 [2022-05-10T08:20:12.459Z] [2022-05-10T08:20:12.459Z] Successfully built 0ea652ac4e40 [2022-05-10T08:20:12.459Z] Successfully tagged security-spire-server:latest [2022-05-10T08:20:12.465Z]  Building security-spire-server ... done  [Pipeline] } [2022-05-10T08:20:12.488Z] $ docker stop --time=1 e40c4b842bd382d0a73605f7154ab692c442ea19eba35a6efbc0cea77c6c6c11 [2022-05-10T08:20:13.784Z] $ docker rm -f e40c4b842bd382d0a73605f7154ab692c442ea19eba35a6efbc0cea77c6c6c11 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T08:20:14.106Z] + docker images [2022-05-10T08:20:14.106Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-10T08:20:14.106Z] security-spire-server latest 0ea652ac4e40 2 seconds ago 87.3MB [2022-05-10T08:20:14.106Z] 55ffc82ba57e 10 seconds ago 4.43GB [2022-05-10T08:20:14.106Z] support-notifications latest eb739194ce7e 23 seconds ago 26.9MB [2022-05-10T08:20:14.106Z] ac32e38c258c 29 seconds ago 1.55GB [2022-05-10T08:20:14.106Z] core-command latest 2987c2819585 40 seconds ago 16.1MB [2022-05-10T08:20:14.106Z] security-spire-agent latest 83cec26cf25d 40 seconds ago 127MB [2022-05-10T08:20:14.106Z] security-spire-config latest aecb02f0dbea 41 seconds ago 86.7MB [2022-05-10T08:20:14.106Z] d29a85323a89 44 seconds ago 1.49GB [2022-05-10T08:20:14.106Z] 044fb5c959ad 55 seconds ago 4.43GB [2022-05-10T08:20:14.106Z] 7962bc91dbfe 56 seconds ago 4.43GB [2022-05-10T08:20:14.106Z] security-proxy-setup latest 6da4e806e4c0 About a minute ago 26.9MB [2022-05-10T08:20:14.106Z] security-secretstore-setup latest a657f6858c2c About a minute ago 28.5MB [2022-05-10T08:20:14.106Z] e216f4e57aea About a minute ago 1.5GB [2022-05-10T08:20:14.106Z] b32af8377f54 About a minute ago 1.5GB [2022-05-10T08:20:14.106Z] support-scheduler latest 6bfec4d49a4c About a minute ago 26.3MB [2022-05-10T08:20:14.106Z] a4cd1b2621c8 About a minute ago 1.55GB [2022-05-10T08:20:14.106Z] security-bootstrapper latest a80f02b41f01 About a minute ago 19.1MB [2022-05-10T08:20:14.106Z] fae44f121c33 2 minutes ago 1.5GB [2022-05-10T08:20:14.106Z] core-data latest 7d38400e4e8e 2 minutes ago 22.5MB [2022-05-10T08:20:14.106Z] d55d4a6ea58b 2 minutes ago 1.52GB [2022-05-10T08:20:14.106Z] sys-mgmt-agent latest 140dab990263 3 minutes ago 299MB [2022-05-10T08:20:14.106Z] security-spiffe-token-provider latest 618ec74b4d64 3 minutes ago 28.8MB [2022-05-10T08:20:14.106Z] core-metadata latest 35d4f2605172 3 minutes ago 17MB [2022-05-10T08:20:14.106Z] c6165df363f9 3 minutes ago 1.49GB [2022-05-10T08:20:14.106Z] 493d449dc2f5 3 minutes ago 1.54GB [2022-05-10T08:20:14.106Z] a929ea3ddf2f 4 minutes ago 1.5GB [2022-05-10T08:20:14.106Z] ci-base-image-x86_64 latest 34d79afd6d65 7 minutes ago 895MB [2022-05-10T08:20:14.106Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine f018257e8ee9 2 weeks ago 562MB [2022-05-10T08:20:14.106Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest a97f223af7a3 2 weeks ago 254MB [2022-05-10T08:20:14.106Z] docker 20.10.14 7417809fdb73 4 weeks ago 218MB [2022-05-10T08:20:14.106Z] alpine 3.14 e04c818066af 5 weeks ago 5.59MB [2022-05-10T08:20:14.106Z] alpine 3.15 0ac33e5f5afa 5 weeks ago 5.57MB [2022-05-10T08:20:14.106Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 22 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-05-10T08:21:01.350Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-05-10T08:21:01.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-05-10T08:21:02.801Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-05-10T08:21:02.801Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-05-10T08:21:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-05-10T08:21:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-05-10T08:21:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-05-10T08:21:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-05-10T08:21:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-05-10T08:21:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-05-10T08:21:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-05-10T08:21:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-05-10T08:21:12.999Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-05-10T08:21:12.999Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-05-10T08:21:12.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-05-10T08:21:25.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.226s coverage: 28.7% of statements [2022-05-10T08:21:25.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-05-10T08:21:25.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-05-10T08:21:33.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.456s coverage: 98.5% of statements [2022-05-10T08:21:33.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-05-10T08:21:33.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.460s coverage: 53.4% of statements [2022-05-10T08:21:33.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-05-10T08:21:33.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-05-10T08:21:56.074Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.142s coverage: 89.2% of statements [2022-05-10T08:21:56.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-05-10T08:21:56.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-05-10T08:21:56.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-05-10T08:21:56.074Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.375s coverage: 84.4% of statements [2022-05-10T08:21:56.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-05-10T08:21:56.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-05-10T08:21:56.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-05-10T08:21:56.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-05-10T08:21:56.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-05-10T08:21:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.408s coverage: 95.6% of statements [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-05-10T08:21:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.195s coverage: 72.2% of statements [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-05-10T08:21:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.491s coverage: 60.0% of statements [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-05-10T08:21:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.812s coverage: 0.9% of statements [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-05-10T08:21:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.482s coverage: 58.8% of statements [2022-05-10T08:21:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.257s coverage: 29.6% of statements [2022-05-10T08:21:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-05-10T08:21:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.231s coverage: 47.1% of statements [2022-05-10T08:21:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.254s coverage: 79.5% of statements [2022-05-10T08:21:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.242s coverage: 94.1% of statements [2022-05-10T08:21:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.272s coverage: 96.3% of statements [2022-05-10T08:21:59.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.245s coverage: 87.5% of statements [2022-05-10T08:22:11.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.227s coverage: 94.4% of statements [2022-05-10T08:22:11.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.201s coverage: 44.8% of statements [2022-05-10T08:22:18.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.711s coverage: 82.5% of statements [2022-05-10T08:22:18.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-05-10T08:22:25.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.337s coverage: 92.9% of statements [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-05-10T08:22:25.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 65.1% of statements [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-05-10T08:22:25.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.222s coverage: 87.2% of statements [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-05-10T08:22:25.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.193s coverage: 100.0% of statements [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-05-10T08:22:25.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.303s coverage: 58.8% of statements [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-05-10T08:22:25.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.339s coverage: 80.0% of statements [2022-05-10T08:22:25.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.249s coverage: 87.2% of statements [2022-05-10T08:22:25.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.274s coverage: 85.4% of statements [2022-05-10T08:22:25.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.826s coverage: 91.2% of statements [2022-05-10T08:22:25.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-05-10T08:22:29.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.963s coverage: 64.4% of statements [2022-05-10T08:22:29.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-05-10T08:22:29.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-05-10T08:22:29.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.270s coverage: 100.0% of statements [2022-05-10T08:22:29.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 89.4% of statements [2022-05-10T08:22:29.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2022-05-10T08:22:29.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2022-05-10T08:22:29.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2022-05-10T08:22:39.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.466s coverage: 65.4% of statements [2022-05-10T08:22:39.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-05-10T08:22:39.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-05-10T08:22:39.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-05-10T08:22:41.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.022s coverage: 43.8% of statements [2022-05-10T08:22:41.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-05-10T08:22:41.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-05-10T08:22:41.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.236s coverage: 89.5% of statements [2022-05-10T08:22:41.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-05-10T08:22:41.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.257s coverage: 84.8% of statements [2022-05-10T08:22:41.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-05-10T08:22:41.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-05-10T08:22:41.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-05-10T08:22:41.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-05-10T08:22:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.361s coverage: 17.7% of statements [2022-05-10T08:22:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-05-10T08:22:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-05-10T08:22:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-05-10T08:22:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-05-10T08:22:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.721s coverage: 92.3% of statements [2022-05-10T08:22:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-05-10T08:22:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-05-10T08:22:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-05-10T08:22:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-05-10T08:22:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.284s coverage: 63.2% of statements [2022-05-10T08:22:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-05-10T08:22:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-05-10T08:22:50.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.468s coverage: 97.7% of statements [2022-05-10T08:22:50.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-05-10T08:22:50.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-05-10T08:22:50.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-05-10T08:22:50.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-05-10T08:22:50.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.199s coverage: 28.9% of statements [2022-05-10T08:22:50.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-05-10T08:22:50.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-05-10T08:22:50.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-05-10T08:22:50.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-05-10T08:22:50.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-05-10T08:22:50.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-05-10T08:22:50.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.219s coverage: 100.0% of statements [2022-05-10T08:22:50.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.095s coverage: 96.9% of statements [2022-05-10T08:22:51.741Z] 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-05-10T08:22:51.741Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-05-10T08:22:51.741Z] GO111MODULE=on go vet ./... [2022-05-10T08:24:43.681Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T08:24:43.682Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-10T08:24:43.682Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-10T08:24:47.109Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-05-10T08:24:47.776Z] + ls -al . [2022-05-10T08:24:47.776Z] total 668 [2022-05-10T08:24:47.776Z] drwxrwxr-x 9 1001 1001 4096 May 10 08:24 . [2022-05-10T08:24:47.776Z] drwxr-xr-x 4 root root 4096 May 10 08:18 .. [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 11 May 10 08:16 .dockerignore [2022-05-10T08:24:47.776Z] drwxrwxr-x 8 1001 1001 4096 May 10 08:16 .git [2022-05-10T08:24:47.776Z] drwxrwxr-x 3 1001 1001 4096 May 10 08:16 .github [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 879 May 10 08:16 .gitignore [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 42 May 10 08:16 .golangci.yml [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 87 May 10 08:16 .hadolint.yml [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 166 May 10 08:16 .sonarcloud.properties [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 1171 May 10 08:16 ADOPTERS.md [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 10086 May 10 08:16 Attribution.txt [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 51732 May 10 08:16 CHANGELOG.md [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 3804 May 10 08:16 CONTRIBUTING.md [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 677 May 10 08:16 GOVERNANCE.md [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 850 May 10 08:16 Jenkinsfile [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 10775 May 10 08:16 LICENSE [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 10389 May 10 08:16 Makefile [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 582 May 10 08:16 OWNERS.md [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 9094 May 10 08:16 README.md [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 6912 May 10 08:16 SECURITY.md [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 5 May 10 08:12 VERSION [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 4131 May 10 08:16 ZMQWindows.md [2022-05-10T08:24:47.776Z] drwxrwxr-x 2 1001 1001 4096 May 10 08:16 bin [2022-05-10T08:24:47.776Z] drwxrwxr-x 18 1001 1001 4096 May 10 08:16 cmd [2022-05-10T08:24:47.776Z] -rw-r--r-- 1 root root 435134 May 10 08:22 coverage.out [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 3256 May 10 08:16 go.mod [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 35162 May 10 08:18 go.sum [2022-05-10T08:24:47.776Z] drwxrwxr-x 8 1001 1001 4096 May 10 08:16 internal [2022-05-10T08:24:47.776Z] drwxrwxr-x 3 1001 1001 4096 May 10 08:16 openapi [2022-05-10T08:24:47.776Z] drwxrwxr-x 4 1001 1001 4096 May 10 08:16 snap [2022-05-10T08:24:47.776Z] -rw-rw-r-- 1 1001 1001 204 May 10 08:16 version.go [Pipeline] sh [2022-05-10T08:24:48.462Z] + '[' -e coverage.out ] [2022-05-10T08:24:48.462Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-05-10T08:24:48.484Z] Warning: overwriting stash ‘coverage-report’ [2022-05-10T08:24:49.483Z] Stashed 1 file(s) [Pipeline] sh [2022-05-10T08:24:50.142Z] + make build [2022-05-10T08:24:50.142Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-05-10T08:26:27.035Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-05-10T08:27:23.643Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-05-10T08:27:27.952Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-05-10T08:28:07.012Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-05-10T08:28:08.458Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-05-10T08:28:12.778Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-05-10T08:28:21.077Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-10T08:28:24.469Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-05-10T08:28:29.886Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-05-10T08:28:33.305Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-05-10T08:28:37.638Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-05-10T08:28:45.937Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-05-10T08:28:51.412Z] $ docker stop --time=1 f85b76151a402cfd20d0aead69fa27ac7004529c675f1c2fa657fe2d4e1d5edf [2022-05-10T08:28:53.484Z] $ docker rm -f f85b76151a402cfd20d0aead69fa27ac7004529c675f1c2fa657fe2d4e1d5edf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:28:55.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-10T08:28:55.869Z] [2022-05-10T08:28:55.869Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:28:56.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-10T08:28:56.527Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-05-10T08:28:56.527Z] 29e5d40040c1: Pulling fs layer [2022-05-10T08:28:56.527Z] 1ce36da41761: Pulling fs layer [2022-05-10T08:28:56.527Z] 25b303627fd3: Pulling fs layer [2022-05-10T08:28:56.833Z] 29e5d40040c1: Verifying Checksum [2022-05-10T08:28:56.833Z] 29e5d40040c1: Download complete [2022-05-10T08:28:57.131Z] 1ce36da41761: Verifying Checksum [2022-05-10T08:28:57.131Z] 1ce36da41761: Download complete [2022-05-10T08:28:57.776Z] 29e5d40040c1: Pull complete [2022-05-10T08:28:59.259Z] 25b303627fd3: Verifying Checksum [2022-05-10T08:28:59.259Z] 25b303627fd3: Download complete [2022-05-10T08:28:59.535Z] 1ce36da41761: Pull complete [2022-05-10T08:29:11.975Z] 25b303627fd3: Pull complete [2022-05-10T08:29:11.975Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-05-10T08:29:11.975Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-10T08:29:11.975Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-05-10T08:29:12.213Z] prd-ubuntu20.04-docker-arm64-4c-16g-46050 does not seem to be running inside a container [2022-05-10T08:29:12.295Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-05-10T08:29:14.767Z] $ docker top df09e5e40a1b169f7b72966c4dea563d28b6acdff6fb835a46a99ed671485532 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T08:29:15.686Z] + docker-compose build --help [2022-05-10T08:29:15.686Z] + grep parallel [2022-05-10T08:29:21.096Z] --parallel Build images in parallel. [Pipeline] } [2022-05-10T08:29:21.389Z] $ docker stop --time=1 df09e5e40a1b169f7b72966c4dea563d28b6acdff6fb835a46a99ed671485532 [2022-05-10T08:29:23.100Z] $ docker rm -f df09e5e40a1b169f7b72966c4dea563d28b6acdff6fb835a46a99ed671485532 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T08:29:23.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-10T08:29:23.757Z] . [Pipeline] withDockerContainer [2022-05-10T08:29:24.003Z] prd-ubuntu20.04-docker-arm64-4c-16g-46050 does not seem to be running inside a container [2022-05-10T08:29:24.094Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-05-10T08:29:25.404Z] $ docker top 76108d97ea36d862317e09a8ccdcb976549ba0ea1f2f4e9d6a0e9233c6f65085 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T08:29:26.319Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-05-10T08:29:31.702Z] Building core-command ... [2022-05-10T08:29:31.702Z] Building core-data ... [2022-05-10T08:29:31.702Z] Building core-metadata ... [2022-05-10T08:29:31.702Z] Building security-bootstrapper ... [2022-05-10T08:29:31.702Z] Building security-proxy-setup ... [2022-05-10T08:29:31.702Z] Building security-secretstore-setup ... [2022-05-10T08:29:31.702Z] Building security-spiffe-token-provider ... [2022-05-10T08:29:31.702Z] Building security-spire-agent ... [2022-05-10T08:29:31.702Z] Building security-spire-config ... [2022-05-10T08:29:31.702Z] Building security-spire-server ... [2022-05-10T08:29:31.702Z] Building support-notifications ... [2022-05-10T08:29:31.702Z] Building support-scheduler ... [2022-05-10T08:29:31.702Z] Building sys-mgmt-agent ... [2022-05-10T08:29:31.702Z] Building security-secretstore-setup [2022-05-10T08:29:31.702Z] Building security-spire-agent [2022-05-10T08:29:31.702Z] Building support-notifications [2022-05-10T08:29:31.702Z] Building security-spire-server [2022-05-10T08:29:31.702Z] Building security-bootstrapper [2022-05-10T08:30:53.429Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:30:53.429Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:30:53.429Z] ---> f12e9cf32280 [2022-05-10T08:30:53.429Z] Step 3/22 : WORKDIR /edgex-go [2022-05-10T08:30:53.429Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:30:53.429Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:30:53.429Z] ---> f12e9cf32280 [2022-05-10T08:30:53.429Z] Step 3/31 : WORKDIR /edgex-go [2022-05-10T08:30:53.429Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:30:53.429Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:30:53.429Z] ---> f12e9cf32280 [2022-05-10T08:30:53.429Z] Step 3/25 : WORKDIR /edgex-go [2022-05-10T08:30:53.429Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:30:53.429Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:30:53.429Z] ---> f12e9cf32280 [2022-05-10T08:30:53.429Z] Step 3/25 : WORKDIR /edgex-go [2022-05-10T08:30:53.429Z] ---> Running in 9172b02fca19 [2022-05-10T08:30:53.429Z] ---> Running in 693815e0a0d7 [2022-05-10T08:30:53.429Z] ---> Running in ef9c3079bc81 [2022-05-10T08:30:53.429Z] ---> Running in 235cecac341f [2022-05-10T08:30:53.429Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:30:53.429Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:30:53.429Z] ---> f12e9cf32280 [2022-05-10T08:30:53.429Z] Step 3/26 : WORKDIR /edgex-go [2022-05-10T08:30:53.429Z] ---> Running in 853c5468f1ad [2022-05-10T08:30:53.429Z] Removing intermediate container ef9c3079bc81 [2022-05-10T08:30:53.429Z] ---> e10b8d512764 [2022-05-10T08:30:53.429Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:30:53.429Z] ---> Running in ecfc085c7f04 [2022-05-10T08:30:53.429Z] Removing intermediate container 9172b02fca19 [2022-05-10T08:30:53.429Z] ---> 5b98c2b2f559 [2022-05-10T08:30:53.429Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:30:53.429Z] Removing intermediate container 693815e0a0d7 [2022-05-10T08:30:53.429Z] ---> c841c7e2c144 [2022-05-10T08:30:53.429Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:30:53.429Z] Removing intermediate container 235cecac341f [2022-05-10T08:30:53.429Z] ---> 89d6877c945e [2022-05-10T08:30:53.429Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:30:53.708Z] Removing intermediate container 853c5468f1ad [2022-05-10T08:30:53.708Z] ---> 483f27381d72 [2022-05-10T08:30:53.708Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:30:53.708Z] ---> Running in 3526abcc1a46 [2022-05-10T08:30:53.708Z] ---> Running in 77fefb1e30b0 [2022-05-10T08:30:53.708Z] ---> Running in a181aa9c7dc2 [2022-05-10T08:30:53.989Z] ---> Running in d55c3b91ec2c [2022-05-10T08:30:56.640Z] Removing intermediate container ecfc085c7f04 [2022-05-10T08:30:56.640Z] ---> 896eb21bca9c [2022-05-10T08:30:56.640Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-05-10T08:30:56.640Z] ---> Running in 9f8ae4e771ec [2022-05-10T08:30:57.241Z] Removing intermediate container 3526abcc1a46 [2022-05-10T08:30:57.241Z] ---> 6f356dc0c01b [2022-05-10T08:30:57.241Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-05-10T08:30:57.529Z] ---> Running in 7bd849b2ceee [2022-05-10T08:30:58.143Z] Removing intermediate container d55c3b91ec2c [2022-05-10T08:30:58.143Z] ---> 708f1c65e2da [2022-05-10T08:30:58.143Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-10T08:30:58.143Z] ---> Running in 20bfe7675a54 [2022-05-10T08:30:58.418Z] Removing intermediate container a181aa9c7dc2 [2022-05-10T08:30:58.418Z] ---> c9a747445846 [2022-05-10T08:30:58.418Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-05-10T08:30:58.418Z] Removing intermediate container 77fefb1e30b0 [2022-05-10T08:30:58.418Z] ---> 1dd3f6cc4710 [2022-05-10T08:30:58.418Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-05-10T08:30:58.702Z] ---> Running in 6f9a480d4125 [2022-05-10T08:30:58.702Z] ---> Running in e2b0e017d134 [2022-05-10T08:30:59.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:30:59.587Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:31:00.200Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:31:00.487Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:31:00.487Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:31:00.487Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:31:00.487Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:31:01.478Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:31:01.478Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:31:01.478Z] OK: 220 MiB in 52 packages [2022-05-10T08:31:01.478Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:31:01.478Z] OK: 220 MiB in 52 packages [2022-05-10T08:31:02.943Z] OK: 220 MiB in 52 packages [2022-05-10T08:31:02.943Z] OK: 220 MiB in 52 packages [2022-05-10T08:31:03.225Z] OK: 220 MiB in 52 packages [2022-05-10T08:31:03.226Z] Removing intermediate container 9f8ae4e771ec [2022-05-10T08:31:03.226Z] ---> c65d4a61c2b7 [2022-05-10T08:31:03.226Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-10T08:31:03.839Z] Removing intermediate container 7bd849b2ceee [2022-05-10T08:31:03.839Z] ---> 394c532aecac [2022-05-10T08:31:03.839Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-10T08:31:04.834Z] Removing intermediate container 6f9a480d4125 [2022-05-10T08:31:04.834Z] ---> 59fa3836e821 [2022-05-10T08:31:04.834Z] Step 6/31 : COPY go.mod vendor* ./ [2022-05-10T08:31:04.834Z] Removing intermediate container e2b0e017d134 [2022-05-10T08:31:04.834Z] ---> c0bd58dd40d3 [2022-05-10T08:31:04.834Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-10T08:31:04.834Z] Removing intermediate container 20bfe7675a54 [2022-05-10T08:31:04.834Z] ---> 2295fa1a409f [2022-05-10T08:31:04.834Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-10T08:31:04.834Z] ---> 51201fabc30b [2022-05-10T08:31:04.834Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:31:05.123Z] ---> Running in 5ab133c004ea [2022-05-10T08:31:05.400Z] ---> df3c26e91aa0 [2022-05-10T08:31:05.400Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:31:05.400Z] ---> Running in f4c3a3441c40 [2022-05-10T08:31:06.405Z] ---> 2ac8622f652b [2022-05-10T08:31:06.405Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:31:06.405Z] ---> b2c9b2d94059 [2022-05-10T08:31:06.405Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:31:06.405Z] ---> 0dcb617940cb [2022-05-10T08:31:06.405Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:31:06.405Z] ---> Running in cf63e4aae7b1 [2022-05-10T08:31:06.405Z] ---> Running in 17bfa364bb37 [2022-05-10T08:31:06.683Z] ---> Running in fd1a813f0ee5 [2022-05-10T08:31:11.027Z] Removing intermediate container 5ab133c004ea [2022-05-10T08:31:11.027Z] ---> 5bfa40dbf5db [2022-05-10T08:31:11.027Z] Step 8/25 : COPY . . [2022-05-10T08:31:11.307Z] Removing intermediate container f4c3a3441c40 [2022-05-10T08:31:11.307Z] ---> 835916d2f821 [2022-05-10T08:31:11.307Z] Step 8/22 : COPY . . [2022-05-10T08:31:12.306Z] Removing intermediate container 17bfa364bb37 [2022-05-10T08:31:12.306Z] ---> 03416ab735b3 [2022-05-10T08:31:12.306Z] Step 8/31 : COPY . . [2022-05-10T08:31:13.302Z] Removing intermediate container fd1a813f0ee5 [2022-05-10T08:31:13.302Z] ---> e62b29ca8d97 [2022-05-10T08:31:13.302Z] Step 8/26 : COPY . . [2022-05-10T08:31:13.302Z] Removing intermediate container cf63e4aae7b1 [2022-05-10T08:31:13.302Z] ---> f7beb44644f0 [2022-05-10T08:31:13.302Z] Step 8/25 : COPY . . [2022-05-10T08:31:45.689Z] ---> ab9f7c151cbe [2022-05-10T08:31:45.689Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-05-10T08:31:45.689Z] ---> bba95b4a9c66 [2022-05-10T08:31:45.689Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-05-10T08:31:45.689Z] ---> 86e879564eb0 [2022-05-10T08:31:45.689Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-05-10T08:31:45.689Z] ---> Running in e1f764db7a6d [2022-05-10T08:31:45.689Z] ---> Running in 23732d733606 [2022-05-10T08:31:45.689Z] ---> Running in 585ea2dd2432 [2022-05-10T08:31:45.689Z] Removing intermediate container e1f764db7a6d [2022-05-10T08:31:45.689Z] ---> 3977cb20dbb4 [2022-05-10T08:31:45.689Z] Step 10/25 : RUN mkdir -p spire-build [2022-05-10T08:31:45.689Z] ---> Running in 3492021a10aa [2022-05-10T08:31:45.689Z] ---> 22051aedd617 [2022-05-10T08:31:45.689Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-10T08:31:45.689Z] ---> Running in 243aa8ab4405 [2022-05-10T08:31:45.690Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-05-10T08:31:45.690Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-05-10T08:31:45.690Z] ---> 8fdefccaa292 [2022-05-10T08:31:45.690Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-05-10T08:31:45.690Z] Removing intermediate container 243aa8ab4405 [2022-05-10T08:31:45.690Z] ---> 0fbe8ff3deed [2022-05-10T08:31:45.690Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-10T08:31:45.690Z] ---> Running in b1da7f9e2bb3 [2022-05-10T08:31:45.690Z] ---> Running in 785150c95ca8 [2022-05-10T08:31:46.710Z] Removing intermediate container 3492021a10aa [2022-05-10T08:31:46.710Z] ---> b9662f7b0793 [2022-05-10T08:31:46.710Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-05-10T08:31:46.986Z] ---> Running in 15346c09de32 [2022-05-10T08:31:48.011Z] Removing intermediate container 15346c09de32 [2022-05-10T08:31:48.011Z] ---> f16d4fe62719 [2022-05-10T08:31:48.011Z] 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-05-10T08:31:48.011Z] ---> Running in e2252fb02b58 [2022-05-10T08:31:48.011Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-05-10T08:31:50.009Z] Removing intermediate container 785150c95ca8 [2022-05-10T08:31:50.010Z] ---> 709d596b7fd6 [2022-05-10T08:31:50.010Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-10T08:31:50.291Z] ---> Running in c122e946fc70 [2022-05-10T08:31:50.900Z] Removing intermediate container c122e946fc70 [2022-05-10T08:31:50.900Z] ---> 9622bcaa304c [2022-05-10T08:31:50.900Z] 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-05-10T08:31:51.182Z] ---> Running in 70a5b790a518 [2022-05-10T08:31:51.790Z] spire-1.2.1/ [2022-05-10T08:31:51.790Z] spire-1.2.1/.data/ [2022-05-10T08:31:51.790Z] spire-1.2.1/.data/.file [2022-05-10T08:31:51.790Z] spire-1.2.1/.dockerignore [2022-05-10T08:31:51.790Z] spire-1.2.1/.gitattributes [2022-05-10T08:31:51.790Z] spire-1.2.1/.githooks/ [2022-05-10T08:31:51.790Z] spire-1.2.1/.githooks/pre-commit [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/ [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/dependabot.yml [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/workflows/ [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-10T08:31:51.790Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-10T08:31:51.790Z] spire-1.2.1/.gitignore [2022-05-10T08:31:51.790Z] spire-1.2.1/.go-version [2022-05-10T08:31:51.790Z] spire-1.2.1/.golangci.yml [2022-05-10T08:31:51.790Z] spire-1.2.1/ADOPTERS.md [2022-05-10T08:31:51.790Z] spire-1.2.1/CHANGELOG.md [2022-05-10T08:31:51.790Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-10T08:31:51.790Z] spire-1.2.1/CODEOWNERS [2022-05-10T08:31:51.790Z] spire-1.2.1/CONTRIBUTING.md [2022-05-10T08:31:51.790Z] spire-1.2.1/Dockerfile [2022-05-10T08:31:52.068Z] spire-1.2.1/Dockerfile.dev [2022-05-10T08:31:52.069Z] spire-1.2.1/Dockerfile.scratch [2022-05-10T08:31:52.069Z] spire-1.2.1/LICENSE [2022-05-10T08:31:52.069Z] spire-1.2.1/MAINTAINERS.md [2022-05-10T08:31:52.069Z] spire-1.2.1/Makefile [2022-05-10T08:31:52.069Z] spire-1.2.1/README.md [2022-05-10T08:31:52.069Z] spire-1.2.1/ROADMAP.md [2022-05-10T08:31:52.069Z] spire-1.2.1/SECURITY.md [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-10T08:31:52.069Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-10T08:31:52.069Z] spire-1.2.1/conf/ [2022-05-10T08:31:52.069Z] spire-1.2.1/conf/agent/ [2022-05-10T08:31:52.069Z] spire-1.2.1/conf/agent/agent.conf [2022-05-10T08:31:52.069Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-10T08:31:52.069Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-10T08:31:52.069Z] spire-1.2.1/conf/server/ [2022-05-10T08:31:52.069Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-10T08:31:52.069Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-10T08:31:52.069Z] spire-1.2.1/conf/server/server.conf [2022-05-10T08:31:52.069Z] spire-1.2.1/conf/server/server_full.conf [2022-05-10T08:31:52.069Z] spire-1.2.1/doc/ [2022-05-10T08:31:52.069Z] spire-1.2.1/doc/SPIRE101.md [2022-05-10T08:31:52.069Z] spire-1.2.1/doc/auditlog.md [2022-05-10T08:31:52.069Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-10T08:31:52.069Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-10T08:31:52.069Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-10T08:31:52.069Z] spire-1.2.1/doc/images/ [2022-05-10T08:31:52.069Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-10T08:31:52.069Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-10T08:31:52.069Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/scaling_spire.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/spire_agent.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/spire_server.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/supported_integrations.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/telemetry.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/telemetry_config.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/upgrading.md [2022-05-10T08:31:52.346Z] spire-1.2.1/doc/using_spire.md [2022-05-10T08:31:52.346Z] spire-1.2.1/examples/ [2022-05-10T08:31:52.346Z] spire-1.2.1/examples/README.md [2022-05-10T08:31:52.346Z] spire-1.2.1/go.mod [2022-05-10T08:31:52.346Z] spire-1.2.1/go.sum [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/agent.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-10T08:31:52.346Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/client/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/common/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/config.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/manager/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-10T08:31:52.347Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/svid/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/names.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/auth/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/cli/ [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-10T08:31:52.629Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-10T08:31:52.630Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-10T08:31:52.910Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-10T08:31:52.910Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-10T08:31:52.910Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-10T08:31:52.910Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-10T08:31:52.910Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-10T08:31:52.910Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/health/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/health/config.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/health/context.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/health/health.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/idutil/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/log/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/log/log.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/log/options.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/profiling/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/selector/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-10T08:31:52.911Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/uptime/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/task.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/version/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/version/version.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509util/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/api.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/health/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/id.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/status.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-10T08:31:52.912Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/bundle/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/cache/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/catalog/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/config.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-10T08:31:53.191Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-10T08:31:53.192Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-10T08:31:53.472Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/registration/ [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/server.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/server_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/svid/ [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/ [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/private/ [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/private/server/ [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/private/server/journal/ [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/ [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/common/ [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/plugin/ [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-10T08:31:53.473Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-10T08:31:53.473Z] spire-1.2.1/release/ [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire-extras/ [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire-extras/README.md [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire/ [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire/README.md [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire/conf/ [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire/conf/server/ [2022-05-10T08:31:53.473Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-10T08:31:53.473Z] spire-1.2.1/script/ [2022-05-10T08:31:53.473Z] spire-1.2.1/script/build-artifact.sh [2022-05-10T08:31:53.473Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-10T08:31:53.473Z] spire-1.2.1/support/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-10T08:31:53.473Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-10T08:31:53.473Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-10T08:31:53.473Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-10T08:31:53.755Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-10T08:31:53.755Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-10T08:31:53.755Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-10T08:31:53.755Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-10T08:31:53.755Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-10T08:31:53.755Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-10T08:31:53.755Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-10T08:31:53.755Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-10T08:31:53.755Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-10T08:31:53.755Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/clock/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/clock/clock.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/fixture.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/registration/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-10T08:31:53.755Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/README.md [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/common [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-10T08:31:53.755Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-10T08:31:53.756Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-10T08:31:53.757Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-10T08:31:54.035Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/spire-1.2.1/ [2022-05-10T08:31:54.036Z] [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/conf/spire-1.2.1/.data/ [2022-05-10T08:31:54.036Z] spire-1.2.1/.data/.file [2022-05-10T08:31:54.036Z] spire-1.2.1/.dockerignore [2022-05-10T08:31:54.036Z] spire-1.2.1/.gitattributes [2022-05-10T08:31:54.036Z] spire-1.2.1/.githooks/ [2022-05-10T08:31:54.036Z] spire-1.2.1/.githooks/pre-commit [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/ [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/dependabot.yml [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/workflows/ [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-10T08:31:54.036Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-10T08:31:54.036Z] spire-1.2.1/.gitignore [2022-05-10T08:31:54.036Z] spire-1.2.1/.go-version [2022-05-10T08:31:54.036Z] spire-1.2.1/.golangci.yml [2022-05-10T08:31:54.036Z] spire-1.2.1/ADOPTERS.md [2022-05-10T08:31:54.036Z] spire-1.2.1/CHANGELOG.md [2022-05-10T08:31:54.036Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-10T08:31:54.036Z] spire-1.2.1/CODEOWNERS [2022-05-10T08:31:54.036Z] spire-1.2.1/CONTRIBUTING.md [2022-05-10T08:31:54.036Z] spire-1.2.1/Dockerfile [2022-05-10T08:31:54.036Z] spire-1.2.1/Dockerfile.dev [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-10T08:31:54.036Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/test-one.sh [2022-05-10T08:31:54.037Z] spire-1.2.1/test/integration/test.sh [2022-05-10T08:31:54.037Z] spire-1.2.1/test/plugintest/ [2022-05-10T08:31:54.037Z] spire-1.2.1/test/plugintest/config.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/plugintest/load.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/plugintest/option.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/spiretest/ [2022-05-10T08:31:54.037Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-10T08:31:54.037Z] spire-1.2.1/Dockerfile.scratch [2022-05-10T08:31:54.037Z] spire-1.2.1/LICENSE [2022-05-10T08:31:54.037Z] spire-1.2.1/MAINTAINERS.md [2022-05-10T08:31:54.037Z] spire-1.2.1/Makefile [2022-05-10T08:31:54.037Z] spire-1.2.1/README.md [2022-05-10T08:31:54.037Z] spire-1.2.1/ROADMAP.md [2022-05-10T08:31:54.037Z] spire-1.2.1/SECURITY.md [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-10T08:31:54.037Z] spire-1.2.1/test/spiretest/dir.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/spiretest/logs.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/spiretest/suite.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/spiretest/x509.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/testca/ [2022-05-10T08:31:54.037Z] spire-1.2.1/test/testca/ca.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/testkey/ [2022-05-10T08:31:54.037Z] spire-1.2.1/test/testkey/generate.sh [2022-05-10T08:31:54.037Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/testkey/keys.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/testkey/new.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/tpmsimulator/ [2022-05-10T08:31:54.037Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/util/ [2022-05-10T08:31:54.037Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/util/cert_generation.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/util/io_redirection.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/util/race.go [2022-05-10T08:31:54.037Z] spire-1.2.1/test/util/util.go [2022-05-10T08:31:54.037Z] building spire from source... [2022-05-10T08:31:54.037Z] [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-10T08:31:54.037Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-10T08:31:54.315Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-10T08:31:54.315Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-10T08:31:54.315Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-10T08:31:54.315Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-10T08:31:54.315Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-10T08:31:54.315Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-10T08:31:54.315Z] spire-1.2.1/conf/ [2022-05-10T08:31:54.315Z] spire-1.2.1/conf/agent/ [2022-05-10T08:31:54.315Z] spire-1.2.1/conf/agent/agent.conf [2022-05-10T08:31:54.315Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-10T08:31:54.315Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-10T08:31:54.315Z] spire-1.2.1/conf/server/ [2022-05-10T08:31:54.315Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-10T08:31:54.315Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-10T08:31:54.315Z] spire-1.2.1/conf/server/server.conf [2022-05-10T08:31:54.315Z] spire-1.2.1/conf/server/server_full.conf [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/ [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/SPIRE101.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/auditlog.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/ [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/scaling_spire.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/spire_agent.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/spire_server.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/supported_integrations.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/telemetry.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/telemetry_config.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/upgrading.md [2022-05-10T08:31:54.315Z] spire-1.2.1/doc/using_spire.md [2022-05-10T08:31:54.315Z] spire-1.2.1/examples/ [2022-05-10T08:31:54.315Z] spire-1.2.1/examples/README.md [2022-05-10T08:31:54.315Z] spire-1.2.1/go.mod [2022-05-10T08:31:54.315Z] spire-1.2.1/go.sum [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/agent.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/client/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/common/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/config.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-10T08:31:54.315Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-10T08:31:54.316Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/svid/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/names.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/auth/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-10T08:31:54.594Z] Installing go1.17.7... [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cli/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-10T08:31:54.594Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/health/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/health/config.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/health/context.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/health/health.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/idutil/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/log/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/log/log.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/log/options.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-10T08:31:54.595Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/profiling/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/selector/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-10T08:31:54.873Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/uptime/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/task.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/version/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/version/version.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509util/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/api.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/health/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/id.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-10T08:31:54.874Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/status.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/bundle/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/cache/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/catalog/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/config.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-10T08:31:55.153Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-10T08:31:55.154Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/registration/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/server.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/server_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/svid/ [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-10T08:31:55.431Z] spire-1.2.1/proto/ [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/private/ [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/private/server/ [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/private/server/journal/ [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/ [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/common/ [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/plugin/ [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-10T08:31:55.432Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-10T08:31:55.432Z] spire-1.2.1/release/ [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire-extras/ [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire-extras/README.md [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire/ [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire/README.md [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire/conf/ [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire/conf/server/ [2022-05-10T08:31:55.432Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-10T08:31:55.432Z] spire-1.2.1/script/ [2022-05-10T08:31:55.432Z] spire-1.2.1/script/build-artifact.sh [2022-05-10T08:31:55.432Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-10T08:31:55.432Z] spire-1.2.1/support/ [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/ [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-10T08:31:55.432Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-10T08:31:55.712Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/clock/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/clock/clock.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/ [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-10T08:31:55.712Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/fixture.go [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/registration/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-10T08:31:55.713Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/README.md [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/common [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-10T08:31:55.713Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-10T08:31:55.990Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-10T08:31:55.991Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-10T08:31:56.269Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/test-one.sh [2022-05-10T08:31:56.270Z] spire-1.2.1/test/integration/test.sh [2022-05-10T08:31:56.270Z] spire-1.2.1/test/plugintest/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/plugintest/config.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/plugintest/load.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/plugintest/option.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/spiretest/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/spiretest/dir.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/spiretest/logs.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/spiretest/suite.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/spiretest/x509.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/testca/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/testca/ca.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/testkey/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/testkey/generate.sh [2022-05-10T08:31:56.270Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/testkey/keys.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/testkey/new.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/tpmsimulator/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/util/ [2022-05-10T08:31:56.270Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/util/cert_generation.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/util/io_redirection.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/util/race.go [2022-05-10T08:31:56.270Z] spire-1.2.1/test/util/util.go [2022-05-10T08:31:56.270Z] building spire from source... [2022-05-10T08:31:56.873Z] Installing go1.17.7... [2022-05-10T08:32:23.803Z] Building bin/spire-server... [2022-05-10T08:32:23.803Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-10T08:32:23.803Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-10T08:32:23.803Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-10T08:32:23.803Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-10T08:32:23.803Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-10T08:32:24.411Z] Building bin/spire-server... [2022-05-10T08:32:24.690Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-10T08:32:24.690Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-10T08:32:24.690Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-10T08:32:25.686Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-10T08:32:25.686Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-10T08:32:25.968Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-10T08:32:26.572Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-10T08:32:27.175Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-10T08:32:27.453Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-10T08:32:27.729Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-10T08:32:27.729Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-10T08:32:27.729Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-10T08:32:28.008Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-10T08:32:28.285Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-10T08:32:28.889Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-10T08:32:28.889Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-10T08:32:28.889Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-10T08:32:29.167Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-10T08:32:29.167Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-10T08:32:29.445Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-10T08:32:29.445Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-10T08:32:29.445Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-10T08:32:30.049Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-10T08:32:30.329Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-10T08:32:30.329Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-10T08:32:30.606Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-10T08:32:31.214Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-10T08:32:31.214Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-10T08:32:31.214Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-10T08:32:31.495Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-10T08:32:31.774Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-10T08:32:31.774Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-10T08:32:31.774Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-10T08:32:31.774Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-10T08:32:33.225Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-10T08:32:33.225Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-10T08:32:33.225Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-10T08:32:33.225Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-10T08:32:33.503Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-10T08:32:33.503Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-10T08:32:34.958Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-10T08:32:34.958Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-10T08:32:53.332Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-10T08:32:53.332Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-10T08:32:53.332Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-10T08:32:53.332Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-10T08:32:53.332Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-10T08:32:53.332Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-10T08:32:53.332Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-10T08:32:53.332Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-10T08:32:53.332Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-10T08:32:53.332Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-10T08:32:53.332Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-10T08:32:53.332Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-10T08:32:53.332Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-10T08:32:53.332Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-10T08:32:53.332Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-10T08:32:53.942Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-10T08:32:54.222Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-10T08:32:55.227Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-10T08:32:55.510Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-10T08:32:55.510Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-10T08:32:55.510Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-10T08:32:55.789Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-10T08:32:55.789Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-10T08:32:56.069Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-10T08:32:56.069Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-10T08:32:56.676Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-10T08:32:56.956Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-10T08:32:56.956Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-10T08:32:56.956Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-10T08:32:57.960Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-10T08:32:59.721Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-10T08:32:59.721Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-10T08:33:00.952Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-10T08:33:01.587Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-10T08:33:01.587Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-10T08:33:01.587Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-10T08:33:01.587Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-10T08:33:03.170Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-10T08:33:03.170Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-10T08:33:03.170Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-10T08:33:03.170Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-10T08:33:03.170Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-10T08:33:03.456Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-10T08:33:03.456Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-10T08:33:03.733Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-10T08:33:04.006Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-10T08:33:04.006Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-10T08:33:04.612Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-10T08:33:04.612Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-10T08:33:04.886Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-10T08:33:05.162Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-10T08:33:05.163Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-10T08:33:05.163Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-10T08:33:05.163Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-10T08:33:05.765Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-10T08:33:12.518Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-10T08:33:12.518Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-10T08:33:12.518Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-10T08:33:12.518Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-10T08:33:12.518Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-10T08:33:12.518Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-10T08:33:12.518Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-10T08:33:12.518Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-10T08:33:12.806Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-10T08:33:12.807Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-10T08:33:13.087Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-10T08:33:15.086Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-10T08:33:15.086Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-10T08:33:15.364Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-10T08:33:15.643Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-10T08:33:15.643Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-10T08:33:42.505Z] go: downloading google.golang.org/api v0.70.0 [2022-05-10T08:33:42.505Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-10T08:33:42.505Z] go: downloading k8s.io/api v0.23.4 [2022-05-10T08:33:42.505Z] go: downloading google.golang.org/api v0.70.0 [2022-05-10T08:33:42.505Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-10T08:33:42.505Z] go: downloading k8s.io/api v0.23.4 [2022-05-10T08:33:54.979Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-10T08:33:54.979Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-10T08:33:54.979Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-10T08:33:54.979Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-10T08:34:27.460Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-10T08:34:27.460Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-10T08:34:27.461Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-10T08:34:27.461Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-10T08:34:27.461Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-10T08:34:27.461Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-10T08:34:28.076Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-10T08:34:28.355Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-10T08:34:28.355Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-10T08:34:28.635Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-10T08:34:29.633Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-10T08:34:31.097Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-10T08:34:31.379Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-10T08:34:31.659Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-10T08:34:31.938Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-10T08:34:32.221Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-10T08:34:32.834Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-10T08:34:33.113Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-10T08:34:33.723Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-10T08:34:33.723Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-10T08:34:34.003Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-10T08:34:34.003Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-10T08:34:34.289Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-10T08:34:34.289Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-10T08:34:34.574Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-10T08:34:35.186Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-10T08:34:35.465Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-10T08:34:35.465Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-10T08:34:36.074Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-10T08:34:36.353Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-10T08:34:36.632Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-10T08:34:36.913Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-10T08:34:37.203Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-10T08:34:37.480Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-10T08:34:37.759Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-10T08:34:37.759Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-10T08:34:37.759Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-10T08:34:38.039Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-10T08:34:38.039Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-10T08:34:38.317Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-10T08:34:38.596Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-10T08:34:38.596Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-10T08:34:38.875Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-10T08:34:39.152Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-10T08:34:39.152Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-10T08:34:39.430Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-10T08:34:39.710Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-10T08:34:39.987Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-10T08:34:40.262Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-10T08:34:41.715Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-10T08:34:41.715Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-10T08:34:42.320Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-10T08:34:44.964Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-10T08:34:45.240Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-10T08:34:45.240Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-10T08:34:45.240Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-10T08:34:45.517Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-10T08:34:45.517Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-10T08:34:45.517Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-10T08:34:46.963Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-10T08:34:46.963Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-10T08:34:47.242Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-10T08:34:47.242Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-10T08:34:47.523Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-10T08:34:47.799Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-10T08:34:48.077Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-10T08:34:48.077Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-10T08:34:48.077Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-10T08:34:48.077Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-10T08:34:48.077Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-10T08:34:48.358Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-10T08:34:48.640Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-10T08:34:48.640Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-10T08:34:48.928Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-10T08:34:49.534Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-10T08:34:49.815Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-10T08:34:49.815Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-10T08:34:50.096Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-10T08:34:50.096Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-10T08:34:50.374Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-10T08:34:50.374Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-10T08:34:50.374Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-10T08:34:50.654Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-10T08:34:50.654Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-10T08:34:50.931Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-10T08:34:50.931Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-10T08:34:51.922Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-10T08:34:52.200Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-10T08:34:52.200Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-10T08:34:52.479Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-10T08:34:52.479Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-10T08:34:52.761Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-10T08:34:52.761Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-10T08:34:52.761Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-10T08:34:52.761Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-10T08:34:52.761Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-10T08:34:52.761Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-10T08:34:53.045Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-10T08:34:53.045Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-10T08:34:54.041Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-10T08:34:54.321Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-10T08:34:54.603Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-10T08:34:54.884Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-10T08:34:54.884Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-10T08:34:55.871Z] go: downloading go.opencensus.io v0.23.0 [2022-05-10T08:34:56.472Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-10T08:34:56.472Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-10T08:34:56.472Z] go: downloading go.opencensus.io v0.23.0 [2022-05-10T08:34:56.750Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-10T08:34:56.750Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-10T08:34:57.027Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-10T08:34:57.304Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-10T08:34:57.581Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-10T08:34:57.581Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-10T08:34:57.858Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-10T08:34:58.137Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-10T08:34:58.137Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-10T08:34:58.137Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-10T08:34:58.415Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-10T08:34:58.693Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-10T08:34:59.019Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-10T08:34:59.299Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-10T08:35:01.298Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-10T08:35:01.298Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-10T08:35:01.575Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-10T08:35:02.179Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-10T08:35:04.170Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-10T08:35:04.449Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-10T08:35:04.449Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-10T08:35:04.449Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-10T08:35:04.449Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-10T08:35:05.053Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-10T08:35:05.053Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-10T08:35:05.053Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-10T08:35:05.334Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-10T08:35:05.609Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-10T08:35:05.609Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-10T08:35:05.886Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-10T08:35:05.886Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-10T08:35:05.886Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-10T08:35:05.886Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-10T08:35:06.166Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-10T08:35:06.166Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-10T08:35:06.166Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-10T08:35:06.445Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-10T08:35:06.445Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-10T08:35:06.445Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-10T08:35:06.445Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-10T08:35:16.680Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-10T08:35:16.680Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-10T08:35:16.680Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-10T08:35:16.680Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-10T08:35:16.956Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-10T08:35:16.956Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-10T08:35:16.956Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-10T08:35:16.956Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-10T08:35:43.936Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-10T08:35:43.936Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-10T08:35:43.936Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-10T08:35:43.936Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-10T08:37:20.827Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-05-10T08:37:33.326Z] Removing intermediate container 585ea2dd2432 [2022-05-10T08:37:33.326Z] ---> 5f23fc5f04b2 [2022-05-10T08:37:33.326Z] [2022-05-10T08:37:33.326Z] Step 10/31 : FROM alpine:3.14 [2022-05-10T08:37:33.606Z] 3.14: Pulling from library/alpine [2022-05-10T08:37:35.602Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T08:37:35.602Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T08:37:35.602Z] ---> ac73e934f311 [2022-05-10T08:37:35.602Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-05-10T08:37:35.881Z] ---> Running in b8657cf90de9 [2022-05-10T08:37:36.158Z] Removing intermediate container b1da7f9e2bb3 [2022-05-10T08:37:36.158Z] ---> ada794303947 [2022-05-10T08:37:36.158Z] [2022-05-10T08:37:36.158Z] Step 10/25 : FROM alpine:3.14 [2022-05-10T08:37:36.158Z] ---> ac73e934f311 [2022-05-10T08:37:36.158Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-05-10T08:37:36.439Z] ---> Running in 264d97fa8ef1 [2022-05-10T08:37:37.073Z] Removing intermediate container b8657cf90de9 [2022-05-10T08:37:37.073Z] ---> cf76855a32cb [2022-05-10T08:37:37.073Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-05-10T08:37:37.073Z] ---> Running in cb789694e9b8 [2022-05-10T08:37:39.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:37:39.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:37:39.676Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:37:39.957Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:37:40.565Z] (1/3) Installing ca-certificates (20211220-r0) [2022-05-10T08:37:40.845Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-05-10T08:37:40.845Z] (3/3) Installing su-exec (0.2-r1) [2022-05-10T08:37:40.845Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T08:37:40.845Z] Executing ca-certificates-20211220-r0.trigger [2022-05-10T08:37:41.130Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-05-10T08:37:41.413Z] (2/2) Installing su-exec (0.2-r1) [2022-05-10T08:37:41.413Z] OK: 6 MiB in 17 packages [2022-05-10T08:37:41.413Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T08:37:41.413Z] OK: 6 MiB in 16 packages [2022-05-10T08:37:43.432Z] Removing intermediate container cb789694e9b8 [2022-05-10T08:37:43.432Z] ---> 2092883029ad [2022-05-10T08:37:43.432Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-05-10T08:37:43.712Z] ---> Running in 011da49960a9 [2022-05-10T08:37:43.995Z] Removing intermediate container 264d97fa8ef1 [2022-05-10T08:37:43.995Z] ---> 2974828e491a [2022-05-10T08:37:43.995Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-10T08:37:43.995Z] ---> Running in 4dc371071988 [2022-05-10T08:37:44.276Z] Removing intermediate container 011da49960a9 [2022-05-10T08:37:44.276Z] ---> 84f9a0192ee0 [2022-05-10T08:37:44.276Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-05-10T08:37:44.560Z] ---> Running in 351372a6a2c9 [2022-05-10T08:37:44.855Z] Removing intermediate container 4dc371071988 [2022-05-10T08:37:44.855Z] ---> 50c35cbc972c [2022-05-10T08:37:44.855Z] Step 13/25 : WORKDIR / [2022-05-10T08:37:45.150Z] ---> Running in e1888eead8d5 [2022-05-10T08:37:45.150Z] Removing intermediate container 351372a6a2c9 [2022-05-10T08:37:45.150Z] ---> db3f30cfc717 [2022-05-10T08:37:45.150Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-05-10T08:37:45.448Z] ---> Running in e2e6e8702a68 [2022-05-10T08:37:46.066Z] Removing intermediate container e1888eead8d5 [2022-05-10T08:37:46.066Z] ---> c7071efa7956 [2022-05-10T08:37:46.066Z] 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-05-10T08:37:47.527Z] ---> 218f741ce939 [2022-05-10T08:37:47.527Z] 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-05-10T08:37:48.981Z] ---> 3998a448067a [2022-05-10T08:37:48.981Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-05-10T08:37:49.268Z] Removing intermediate container e2e6e8702a68 [2022-05-10T08:37:49.268Z] ---> 88a63c945b27 [2022-05-10T08:37:49.268Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-05-10T08:37:49.546Z] ---> Running in 0beba3b6d0f8 [2022-05-10T08:37:50.155Z] ---> aad999c1487e [2022-05-10T08:37:50.156Z] 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-05-10T08:37:50.434Z] Removing intermediate container 0beba3b6d0f8 [2022-05-10T08:37:50.434Z] ---> ffadaacd1d6b [2022-05-10T08:37:50.434Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-05-10T08:37:51.901Z] ---> 9f4c993ff734 [2022-05-10T08:37:51.901Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-05-10T08:37:51.901Z] ---> 83555a7960d2 [2022-05-10T08:37:51.901Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-05-10T08:37:51.901Z] ---> Running in 8bb45cdac340 [2022-05-10T08:37:54.549Z] ---> f1a039e49359 [2022-05-10T08:37:54.549Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-05-10T08:37:56.010Z] Removing intermediate container 8bb45cdac340 [2022-05-10T08:37:56.010Z] ---> ff52f68d64b8 [2022-05-10T08:37:56.010Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:37:57.461Z] ---> f1cce52655c8 [2022-05-10T08:37:57.461Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-05-10T08:37:57.461Z] ---> befc3b4775f8 [2022-05-10T08:37:57.461Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-05-10T08:37:58.912Z] ---> 2277a794f043 [2022-05-10T08:37:58.912Z] 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-05-10T08:37:58.912Z] ---> Running in ad55d2456bc0 [2022-05-10T08:38:00.372Z] ---> 6789a9724c42 [2022-05-10T08:38:00.372Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-05-10T08:38:01.825Z] ---> 970c014a1a81 [2022-05-10T08:38:01.825Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-05-10T08:38:02.847Z] Removing intermediate container ad55d2456bc0 [2022-05-10T08:38:02.847Z] ---> 493d983cf1aa [2022-05-10T08:38:02.847Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-05-10T08:38:03.145Z] ---> 408cd858e8df [2022-05-10T08:38:03.145Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-05-10T08:38:03.145Z] ---> Running in 8201fb08b42c [2022-05-10T08:38:03.762Z] Removing intermediate container 8201fb08b42c [2022-05-10T08:38:03.762Z] ---> d2ca7be27626 [2022-05-10T08:38:03.762Z] Step 23/25 : LABEL arch=arm64 [2022-05-10T08:38:04.040Z] ---> Running in 6d38cc7dd2da [2022-05-10T08:38:04.326Z] ---> 3fe5f500fc9b [2022-05-10T08:38:04.326Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-05-10T08:38:04.948Z] ---> Running in 9c29650c87b3 [2022-05-10T08:38:04.948Z] Removing intermediate container 6d38cc7dd2da [2022-05-10T08:38:04.948Z] ---> 583b778b7397 [2022-05-10T08:38:04.948Z] Step 24/25 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:38:05.224Z] ---> Running in fcea0901b177 [2022-05-10T08:38:05.883Z] Removing intermediate container fcea0901b177 [2022-05-10T08:38:05.883Z] ---> 389fec100ecb [2022-05-10T08:38:05.883Z] Step 25/25 : LABEL version=0.0.0 [2022-05-10T08:38:05.883Z] Removing intermediate container 9c29650c87b3 [2022-05-10T08:38:05.883Z] ---> af170d3d3ecc [2022-05-10T08:38:05.883Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-05-10T08:38:06.164Z] ---> Running in 4304624e0fc1 [2022-05-10T08:38:07.170Z] Removing intermediate container 4304624e0fc1 [2022-05-10T08:38:07.170Z] ---> 6aedfb139b53 [2022-05-10T08:38:07.170Z] [2022-05-10T08:38:07.456Z] ---> ceb2e7952e65 [2022-05-10T08:38:07.456Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-05-10T08:38:07.738Z] ---> Running in e59b0b84e49a [2022-05-10T08:38:08.020Z] Successfully built 6aedfb139b53 [2022-05-10T08:38:08.020Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-05-10T08:38:08.020Z]  Building security-secretstore-setup ... done Building sys-mgmt-agent [2022-05-10T08:38:11.441Z] Removing intermediate container e59b0b84e49a [2022-05-10T08:38:11.441Z] ---> e1dde06da678 [2022-05-10T08:38:11.441Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-05-10T08:38:11.441Z] ---> Running in aaa2356def6b [2022-05-10T08:38:12.046Z] Removing intermediate container aaa2356def6b [2022-05-10T08:38:12.046Z] ---> 17cc3d9a7882 [2022-05-10T08:38:12.046Z] Step 28/31 : CMD ["gate"] [2022-05-10T08:38:12.337Z] ---> Running in 81d645a0dbd6 [2022-05-10T08:38:13.328Z] Removing intermediate container 81d645a0dbd6 [2022-05-10T08:38:13.328Z] ---> e6e3aa2c36d7 [2022-05-10T08:38:13.328Z] Step 29/31 : LABEL arch=arm64 [2022-05-10T08:38:13.607Z] ---> Running in da9441135642 [2022-05-10T08:38:14.213Z] Removing intermediate container da9441135642 [2022-05-10T08:38:14.213Z] ---> b93aaf8de764 [2022-05-10T08:38:14.213Z] Step 30/31 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:38:14.482Z] ---> Running in 56ec7d6e3427 [2022-05-10T08:38:15.090Z] Removing intermediate container 56ec7d6e3427 [2022-05-10T08:38:15.090Z] ---> b745a24411c1 [2022-05-10T08:38:15.090Z] Step 31/31 : LABEL version=0.0.0 [2022-05-10T08:38:15.369Z] ---> Running in 50784bc534ec [2022-05-10T08:38:15.968Z] Removing intermediate container 50784bc534ec [2022-05-10T08:38:15.968Z] ---> 7edf4aeda779 [2022-05-10T08:38:15.968Z] [2022-05-10T08:38:16.567Z] Successfully built 7edf4aeda779 [2022-05-10T08:38:16.567Z] Successfully tagged security-bootstrapper-arm64:latest [2022-05-10T08:38:16.567Z]  Building security-bootstrapper ... done Building core-command [2022-05-10T08:39:03.587Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:39:03.587Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:39:03.587Z] ---> f12e9cf32280 [2022-05-10T08:39:03.587Z] Step 3/23 : WORKDIR /edgex-go [2022-05-10T08:39:03.587Z] ---> Using cache [2022-05-10T08:39:03.587Z] ---> 483f27381d72 [2022-05-10T08:39:03.587Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:39:03.587Z] ---> Using cache [2022-05-10T08:39:03.587Z] ---> 708f1c65e2da [2022-05-10T08:39:03.587Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-05-10T08:39:03.587Z] ---> Running in c0a44f39554d [2022-05-10T08:39:03.587Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:39:03.587Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:39:03.587Z] OK: 220 MiB in 52 packages [2022-05-10T08:39:04.188Z] Removing intermediate container c0a44f39554d [2022-05-10T08:39:04.188Z] ---> a92d450f8a84 [2022-05-10T08:39:04.188Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-10T08:39:05.186Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:39:05.186Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:39:05.186Z] ---> f12e9cf32280 [2022-05-10T08:39:05.186Z] Step 3/23 : WORKDIR /edgex-go [2022-05-10T08:39:05.186Z] ---> Using cache [2022-05-10T08:39:05.186Z] ---> 483f27381d72 [2022-05-10T08:39:05.186Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:39:05.186Z] ---> Using cache [2022-05-10T08:39:05.186Z] ---> 708f1c65e2da [2022-05-10T08:39:05.186Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-10T08:39:05.186Z] ---> Running in d3edf5ac3063 [2022-05-10T08:39:05.478Z] ---> f0544ce0d92e [2022-05-10T08:39:05.478Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:39:05.765Z] ---> Running in 6439c75a438c [2022-05-10T08:39:08.109Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:39:09.233Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:39:10.826Z] OK: 220 MiB in 52 packages [2022-05-10T08:39:12.982Z] Removing intermediate container d3edf5ac3063 [2022-05-10T08:39:12.982Z] Removing intermediate container 6439c75a438c [2022-05-10T08:39:12.982Z] ---> 686d37707697 [2022-05-10T08:39:12.982Z] Step 8/23 : COPY . . [2022-05-10T08:39:12.982Z] ---> 2516f506efc5 [2022-05-10T08:39:12.982Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-10T08:39:14.493Z] ---> 5d5b4d0e1c33 [2022-05-10T08:39:14.493Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:39:14.493Z] ---> Running in 201d6c756aef [2022-05-10T08:39:22.791Z] Removing intermediate container 201d6c756aef [2022-05-10T08:39:22.791Z] ---> a1ca2633d0df [2022-05-10T08:39:22.791Z] Step 8/23 : COPY . . [2022-05-10T08:39:45.035Z] ---> d098de32abf6 [2022-05-10T08:39:45.035Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-05-10T08:39:45.035Z] ---> Running in f4248bd251e2 [2022-05-10T08:39:45.638Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-05-10T08:39:53.940Z] ---> a3cedf8bea43 [2022-05-10T08:39:53.940Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-05-10T08:39:53.940Z] ---> Running in 029c6cc650da [2022-05-10T08:39:55.381Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-05-10T08:40:17.602Z] Removing intermediate container 23732d733606 [2022-05-10T08:40:17.602Z] ---> ab91c3e0a545 [2022-05-10T08:40:17.602Z] [2022-05-10T08:40:17.602Z] Step 10/22 : FROM alpine:3.14 [2022-05-10T08:40:17.602Z] ---> ac73e934f311 [2022-05-10T08:40:17.602Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-05-10T08:40:17.602Z] ---> Running in c28befd9d674 [2022-05-10T08:40:18.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:40:19.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:40:20.185Z] (1/2) Installing ca-certificates (20211220-r0) [2022-05-10T08:40:20.463Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-05-10T08:40:20.463Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T08:40:20.463Z] Executing ca-certificates-20211220-r0.trigger [2022-05-10T08:40:21.072Z] OK: 6 MiB in 16 packages [2022-05-10T08:40:23.081Z] Removing intermediate container c28befd9d674 [2022-05-10T08:40:23.081Z] ---> d94ce9ee2d20 [2022-05-10T08:40:23.081Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-10T08:40:23.081Z] ---> Running in 52fd71ca56cb [2022-05-10T08:40:23.688Z] Removing intermediate container 52fd71ca56cb [2022-05-10T08:40:23.688Z] ---> 1617c261b5d6 [2022-05-10T08:40:23.688Z] Step 13/22 : ENV APP_PORT=59860 [2022-05-10T08:40:23.688Z] ---> Running in 5646e7d73a61 [2022-05-10T08:40:24.301Z] Removing intermediate container 5646e7d73a61 [2022-05-10T08:40:24.301Z] ---> 0830e33072c8 [2022-05-10T08:40:24.301Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-10T08:40:24.301Z] ---> Running in 239b95418082 [2022-05-10T08:40:24.919Z] Removing intermediate container 239b95418082 [2022-05-10T08:40:24.919Z] ---> cd54025b70ee [2022-05-10T08:40:24.919Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:40:25.931Z] ---> 03b6621b58b4 [2022-05-10T08:40:25.931Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-05-10T08:40:28.580Z] ---> 9dae7b9752a1 [2022-05-10T08:40:28.580Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-05-10T08:40:29.187Z] ---> 8f79a9b92c06 [2022-05-10T08:40:29.187Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-05-10T08:40:29.468Z] ---> Running in 6f1614d2eacb [2022-05-10T08:40:30.078Z] Removing intermediate container 6f1614d2eacb [2022-05-10T08:40:30.078Z] ---> ecc4c5dd0164 [2022-05-10T08:40:30.078Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:40:30.361Z] ---> Running in 29a8cdfbdf98 [2022-05-10T08:40:30.969Z] Removing intermediate container 29a8cdfbdf98 [2022-05-10T08:40:30.969Z] ---> fe0cc33aba36 [2022-05-10T08:40:30.969Z] Step 20/22 : LABEL arch=arm64 [2022-05-10T08:40:30.969Z] ---> Running in 982ee457d5de [2022-05-10T08:40:31.575Z] Removing intermediate container 982ee457d5de [2022-05-10T08:40:31.575Z] ---> 81feb17b1825 [2022-05-10T08:40:31.575Z] Step 21/22 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:40:31.849Z] ---> Running in 1763a906fe04 [2022-05-10T08:40:32.124Z] Removing intermediate container 1763a906fe04 [2022-05-10T08:40:32.124Z] ---> cc15f7cce897 [2022-05-10T08:40:32.124Z] Step 22/22 : LABEL version=0.0.0 [2022-05-10T08:40:32.406Z] ---> Running in 56b2d63c7125 [2022-05-10T08:40:33.024Z] Removing intermediate container 56b2d63c7125 [2022-05-10T08:40:33.024Z] ---> 08b75332aeb4 [2022-05-10T08:40:33.024Z] [2022-05-10T08:40:33.307Z] Successfully built 08b75332aeb4 [2022-05-10T08:40:33.307Z] Successfully tagged support-notifications-arm64:latest [2022-05-10T08:40:33.307Z] Building security-proxy-setup [2022-05-10T08:41:06.009Z]  Building support-notifications ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:41:06.009Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:41:06.009Z] ---> f12e9cf32280 [2022-05-10T08:41:06.009Z] Step 3/22 : WORKDIR /edgex-go [2022-05-10T08:41:06.009Z] ---> Using cache [2022-05-10T08:41:06.009Z] ---> 483f27381d72 [2022-05-10T08:41:06.009Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:41:06.009Z] ---> Using cache [2022-05-10T08:41:06.009Z] ---> 708f1c65e2da [2022-05-10T08:41:06.010Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-10T08:41:06.010Z] ---> Using cache [2022-05-10T08:41:06.010Z] ---> 2516f506efc5 [2022-05-10T08:41:06.010Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-10T08:41:06.010Z] ---> Using cache [2022-05-10T08:41:06.010Z] ---> 5d5b4d0e1c33 [2022-05-10T08:41:06.010Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:41:06.010Z] ---> Using cache [2022-05-10T08:41:06.010Z] ---> a1ca2633d0df [2022-05-10T08:41:06.010Z] Step 8/22 : COPY . . [2022-05-10T08:41:06.010Z] ---> Using cache [2022-05-10T08:41:06.010Z] ---> a3cedf8bea43 [2022-05-10T08:41:06.010Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-05-10T08:41:06.010Z] ---> Running in f08a991e7de4 [2022-05-10T08:41:07.475Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-10T08:45:14.614Z] Removing intermediate container f4248bd251e2 [2022-05-10T08:45:14.614Z] ---> 58f042564f97 [2022-05-10T08:45:14.614Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-05-10T08:45:14.614Z] ---> Running in d3e2cb9fec96 [2022-05-10T08:45:14.614Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-05-10T08:45:16.655Z] Removing intermediate container 029c6cc650da [2022-05-10T08:45:16.655Z] ---> 14eca3e0e312 [2022-05-10T08:45:16.655Z] [2022-05-10T08:45:16.655Z] Step 10/23 : FROM alpine:3.14 [2022-05-10T08:45:16.655Z] ---> ac73e934f311 [2022-05-10T08:45:16.655Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-10T08:45:16.655Z] Removing intermediate container d3e2cb9fec96 [2022-05-10T08:45:16.655Z] ---> 195a88ed59eb [2022-05-10T08:45:16.655Z] [2022-05-10T08:45:16.655Z] Step 11/23 : FROM docker:20.10.14 [2022-05-10T08:45:16.655Z] ---> Running in 14a929c68888 [2022-05-10T08:45:16.655Z] 20.10.14: Pulling from library/docker [2022-05-10T08:45:18.673Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:45:19.280Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:45:20.734Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-05-10T08:45:20.734Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T08:45:20.734Z] OK: 5 MiB in 15 packages [2022-05-10T08:45:22.751Z] Removing intermediate container 14a929c68888 [2022-05-10T08:45:22.751Z] ---> 92d3d3335027 [2022-05-10T08:45:22.751Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-10T08:45:23.028Z] ---> Running in 1f7114728c5b [2022-05-10T08:45:24.031Z] Removing intermediate container 1f7114728c5b [2022-05-10T08:45:24.031Z] ---> d010b5a7213b [2022-05-10T08:45:24.031Z] Step 13/23 : ENV APP_PORT=59882 [2022-05-10T08:45:24.031Z] ---> Running in 48078c62ae4f [2022-05-10T08:45:25.045Z] Removing intermediate container 48078c62ae4f [2022-05-10T08:45:25.045Z] ---> b09f6a94c1c6 [2022-05-10T08:45:25.045Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-10T08:45:25.321Z] ---> Running in 8f0ca904547d [2022-05-10T08:45:26.333Z] Removing intermediate container 8f0ca904547d [2022-05-10T08:45:26.333Z] ---> cc334773332a [2022-05-10T08:45:26.333Z] Step 15/23 : WORKDIR / [2022-05-10T08:45:26.333Z] ---> Running in 7813e220cea5 [2022-05-10T08:45:27.374Z] Removing intermediate container 7813e220cea5 [2022-05-10T08:45:27.374Z] ---> bc539e4e5763 [2022-05-10T08:45:27.374Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:45:29.385Z] ---> 22a3dc4290bf [2022-05-10T08:45:29.385Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-05-10T08:45:32.062Z] ---> f19ec79c5bed [2022-05-10T08:45:32.062Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-05-10T08:45:34.071Z] ---> 9054bae2d210 [2022-05-10T08:45:34.071Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-05-10T08:45:34.354Z] ---> Running in 8a67965ff4b2 [2022-05-10T08:45:34.965Z] Removing intermediate container 8a67965ff4b2 [2022-05-10T08:45:34.965Z] ---> 7032261546b7 [2022-05-10T08:45:34.965Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:45:35.246Z] ---> Running in 414a3b2d4580 [2022-05-10T08:45:36.249Z] Removing intermediate container 414a3b2d4580 [2022-05-10T08:45:36.249Z] ---> 582c7f43b91f [2022-05-10T08:45:36.249Z] Step 21/23 : LABEL arch=arm64 [2022-05-10T08:45:36.249Z] ---> Running in d8e0e89a8c73 [2022-05-10T08:45:37.251Z] Removing intermediate container d8e0e89a8c73 [2022-05-10T08:45:37.251Z] ---> 009ff624f8f3 [2022-05-10T08:45:37.251Z] Step 22/23 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:45:37.251Z] ---> Running in 12e6df769cff [2022-05-10T08:45:37.532Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-05-10T08:45:37.532Z] Status: Downloaded newer image for docker:20.10.14 [2022-05-10T08:45:37.532Z] ---> c346e9eafbab [2022-05-10T08:45:37.532Z] 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-05-10T08:45:37.813Z] ---> Running in 43fcd17cc71d [2022-05-10T08:45:38.090Z] Removing intermediate container 12e6df769cff [2022-05-10T08:45:38.090Z] ---> d5dcb3045b8a [2022-05-10T08:45:38.090Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T08:45:38.383Z] ---> Running in 77243b602751 [2022-05-10T08:45:38.670Z] Removing intermediate container 43fcd17cc71d [2022-05-10T08:45:38.670Z] ---> bbc4c6fbe165 [2022-05-10T08:45:38.670Z] 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-05-10T08:45:38.670Z] ---> Running in 999effe40228 [2022-05-10T08:45:39.285Z] Removing intermediate container 77243b602751 [2022-05-10T08:45:39.285Z] ---> f7eceb336234 [2022-05-10T08:45:39.285Z] [2022-05-10T08:45:39.892Z] Successfully built f7eceb336234 [2022-05-10T08:45:39.892Z] Successfully tagged core-command-arm64:latest [2022-05-10T08:45:39.892Z] Building security-spiffe-token-provider [2022-05-10T08:45:41.173Z]  Building core-command ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:45:41.450Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:45:42.908Z] (1/43) Installing readline (8.1.1-r0) [2022-05-10T08:45:42.908Z] (2/43) Installing bash (5.1.16-r0) [2022-05-10T08:45:42.908Z] Executing bash-5.1.16-r0.post-install [2022-05-10T08:45:42.908Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-05-10T08:45:42.908Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-05-10T08:45:42.908Z] (5/43) Installing libcurl (7.80.0-r1) [2022-05-10T08:45:42.908Z] (6/43) Installing curl (7.80.0-r1) [2022-05-10T08:45:42.908Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-05-10T08:45:42.908Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-05-10T08:45:42.908Z] (9/43) Installing expat (2.4.7-r0) [2022-05-10T08:45:42.908Z] (10/43) Installing libffi (3.4.2-r1) [2022-05-10T08:45:42.908Z] (11/43) Installing gdbm (1.22-r0) [2022-05-10T08:45:42.908Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-05-10T08:45:42.908Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-05-10T08:45:42.908Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-10T08:45:43.182Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-05-10T08:45:43.182Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-05-10T08:45:43.182Z] (17/43) Installing python3 (3.9.7-r4) [2022-05-10T08:45:45.818Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-05-10T08:45:45.818Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-05-10T08:45:45.818Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-05-10T08:45:45.818Z] (21/43) Installing py3-idna (3.3-r0) [2022-05-10T08:45:45.818Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-05-10T08:45:45.818Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-05-10T08:45:45.818Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-05-10T08:45:45.818Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-05-10T08:45:45.818Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-05-10T08:45:45.818Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-05-10T08:45:45.818Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-05-10T08:45:45.818Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-05-10T08:45:45.818Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-05-10T08:45:45.818Z] (31/43) Installing py3-six (1.16.0-r0) [2022-05-10T08:45:45.818Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-05-10T08:45:45.818Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-05-10T08:45:45.818Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-05-10T08:45:45.818Z] (35/43) Installing py3-packaging (20.9-r1) [2022-05-10T08:45:45.818Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-05-10T08:45:45.818Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-05-10T08:45:46.095Z] (38/43) Installing py3-progress (1.6-r0) [2022-05-10T08:45:46.095Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-05-10T08:45:46.095Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-05-10T08:45:46.095Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-05-10T08:45:46.435Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-05-10T08:45:46.435Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-05-10T08:45:47.047Z] Executing busybox-1.34.1-r5.trigger [2022-05-10T08:45:47.047Z] OK: 82 MiB in 65 packages [2022-05-10T08:45:53.793Z] Collecting docker-compose==1.23.2 [2022-05-10T08:45:53.793Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-05-10T08:45:54.776Z] Collecting websocket-client<1.0,>=0.32.0 [2022-05-10T08:45:54.776Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-05-10T08:45:55.058Z] Collecting cached-property<2,>=1.2.0 [2022-05-10T08:45:55.058Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-05-10T08:45:55.337Z] Collecting dockerpty<0.5,>=0.4.1 [2022-05-10T08:45:55.337Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-05-10T08:45:59.689Z] Collecting jsonschema<3,>=2.5.1 [2022-05-10T08:45:59.689Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-05-10T08:45:59.689Z] Collecting docopt<0.7,>=0.6.1 [2022-05-10T08:45:59.689Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-05-10T08:46:03.144Z] Collecting texttable<0.10,>=0.9.0 [2022-05-10T08:46:03.144Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-05-10T08:46:09.914Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-05-10T08:46:09.914Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-05-10T08:46:09.914Z] 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-05-10T08:46:09.914Z] Collecting docker<4.0,>=3.6.0 [2022-05-10T08:46:09.915Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-05-10T08:46:11.380Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:46:11.380Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:46:11.380Z] ---> f12e9cf32280 [2022-05-10T08:46:11.380Z] Step 3/20 : WORKDIR /edgex-go [2022-05-10T08:46:11.380Z] ---> Using cache [2022-05-10T08:46:11.380Z] ---> 483f27381d72 [2022-05-10T08:46:11.380Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-05-10T08:46:11.380Z] Collecting PyYAML<4,>=3.10 [2022-05-10T08:46:11.663Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-05-10T08:46:11.956Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-05-10T08:46:12.237Z] ---> Running in 70b54a04de82 [2022-05-10T08:46:14.235Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:46:15.720Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:46:18.275Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-10T08:46:18.275Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-10T08:46:18.275Z] OK: 15741 distinct packages available [2022-05-10T08:46:18.722Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:46:19.715Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:46:19.715Z] Collecting docker-pycreds>=0.4.0 [2022-05-10T08:46:19.715Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-05-10T08:46:20.854Z] Collecting idna<2.8,>=2.5 [2022-05-10T08:46:20.854Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-05-10T08:46:21.142Z] OK: 220 MiB in 52 packages [2022-05-10T08:46:22.627Z] Collecting urllib3<1.25,>=1.21.1 [2022-05-10T08:46:22.627Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-05-10T08:46:22.627Z] 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-05-10T08:46:22.627Z] Collecting chardet<3.1.0,>=3.0.2 [2022-05-10T08:46:22.627Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-05-10T08:46:23.261Z] Removing intermediate container 70b54a04de82 [2022-05-10T08:46:23.261Z] ---> 9b17be3787a3 [2022-05-10T08:46:23.261Z] Step 5/20 : COPY go.mod vendor* ./ [2022-05-10T08:46:23.261Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-05-10T08:46:23.261Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-05-10T08:46:23.261Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-05-10T08:46:23.261Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-05-10T08:46:24.283Z] ---> a3313efed7fd [2022-05-10T08:46:24.283Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:46:24.283Z] ---> Running in a06ca4e61a67 [2022-05-10T08:46:25.312Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-05-10T08:46:25.312Z] Attempting uninstall: urllib3 [2022-05-10T08:46:25.312Z] Found existing installation: urllib3 1.26.7 [2022-05-10T08:46:25.312Z] Uninstalling urllib3-1.26.7: [2022-05-10T08:46:25.585Z] Successfully uninstalled urllib3-1.26.7 [2022-05-10T08:46:26.578Z] Attempting uninstall: idna [2022-05-10T08:46:26.578Z] Found existing installation: idna 3.3 [2022-05-10T08:46:26.578Z] Uninstalling idna-3.3: [2022-05-10T08:46:26.849Z] Successfully uninstalled idna-3.3 [2022-05-10T08:46:30.752Z] Removing intermediate container a06ca4e61a67 [2022-05-10T08:46:30.752Z] ---> fefc54c16a4f [2022-05-10T08:46:30.752Z] Step 7/20 : COPY . . [2022-05-10T08:46:31.034Z] Attempting uninstall: requests [2022-05-10T08:46:31.034Z] Found existing installation: requests 2.26.0 [2022-05-10T08:46:31.034Z] Uninstalling requests-2.26.0: [2022-05-10T08:46:31.314Z] Successfully uninstalled requests-2.26.0 [2022-05-10T08:46:31.917Z] Running setup.py install for texttable: started [2022-05-10T08:46:35.330Z] Running setup.py install for texttable: finished with status 'done' [2022-05-10T08:46:35.330Z] Running setup.py install for PyYAML: started [2022-05-10T08:46:37.974Z] Removing intermediate container f08a991e7de4 [2022-05-10T08:46:37.974Z] ---> 419f2fcb6cda [2022-05-10T08:46:37.974Z] [2022-05-10T08:46:37.974Z] Step 10/22 : FROM alpine:3.14 [2022-05-10T08:46:37.974Z] ---> ac73e934f311 [2022-05-10T08:46:37.974Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-05-10T08:46:37.974Z] ---> Running in 60ddd9ef8e11 [2022-05-10T08:46:39.411Z] Running setup.py install for PyYAML: finished with status 'done' [2022-05-10T08:46:40.033Z] Running setup.py install for docopt: started [2022-05-10T08:46:40.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:46:40.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:46:42.928Z] (1/6) Installing ca-certificates (20211220-r0) [2022-05-10T08:46:42.928Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-05-10T08:46:42.928Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-05-10T08:46:42.928Z] (4/6) Installing libcurl (7.79.1-r1) [2022-05-10T08:46:42.928Z] (5/6) Installing curl (7.79.1-r1) [2022-05-10T08:46:42.928Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-05-10T08:46:42.928Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T08:46:42.928Z] Executing ca-certificates-20211220-r0.trigger [2022-05-10T08:46:43.541Z] OK: 8 MiB in 20 packages [2022-05-10T08:46:44.191Z] Running setup.py install for docopt: finished with status 'done' [2022-05-10T08:46:44.191Z] Running setup.py install for dockerpty: started [2022-05-10T08:46:46.850Z] Removing intermediate container 60ddd9ef8e11 [2022-05-10T08:46:46.850Z] ---> ae5bd46e82a8 [2022-05-10T08:46:46.850Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-10T08:46:47.138Z] ---> Running in ca2192ef9e03 [2022-05-10T08:46:47.138Z] Running setup.py install for dockerpty: finished with status 'done' [2022-05-10T08:46:48.119Z] Removing intermediate container ca2192ef9e03 [2022-05-10T08:46:48.119Z] ---> 63cf74b872f4 [2022-05-10T08:46:48.119Z] Step 13/22 : WORKDIR /edgex [2022-05-10T08:46:48.119Z] ---> Running in 5a9d67175326 [2022-05-10T08:46:48.720Z] Removing intermediate container 5a9d67175326 [2022-05-10T08:46:48.720Z] ---> 3f716d30a780 [2022-05-10T08:46:48.720Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-05-10T08:46:50.732Z] ---> 698cd189904e [2022-05-10T08:46:50.732Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-05-10T08:46:50.732Z] 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-05-10T08:46:53.399Z] ---> c1fea7892134 [2022-05-10T08:46:53.399Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-05-10T08:46:57.752Z] ---> c3045ace8387 [2022-05-10T08:46:57.752Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-05-10T08:46:59.200Z] ---> be30713f584b [2022-05-10T08:46:59.200Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-05-10T08:46:59.811Z] ---> Running in 583aa86e6b74 [2022-05-10T08:47:05.243Z] Removing intermediate container 583aa86e6b74 [2022-05-10T08:47:05.243Z] ---> 7ad121919870 [2022-05-10T08:47:05.243Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-05-10T08:47:05.243Z] ---> Running in 196d11c35a75 [2022-05-10T08:47:05.858Z] Removing intermediate container 196d11c35a75 [2022-05-10T08:47:05.858Z] ---> 392ac2810a61 [2022-05-10T08:47:05.858Z] Step 20/22 : LABEL arch=arm64 [2022-05-10T08:47:06.154Z] ---> Running in 19ab38e7f164 [2022-05-10T08:47:07.161Z] Removing intermediate container 19ab38e7f164 [2022-05-10T08:47:07.161Z] ---> 9b25fa917039 [2022-05-10T08:47:07.161Z] Step 21/22 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:47:07.438Z] ---> Running in a45aeb5c2062 [2022-05-10T08:47:08.433Z] Removing intermediate container a45aeb5c2062 [2022-05-10T08:47:08.433Z] ---> c803210b0231 [2022-05-10T08:47:08.433Z] Step 22/22 : LABEL version=0.0.0 [2022-05-10T08:47:08.719Z] ---> Running in 76c9308ed6db [2022-05-10T08:47:10.178Z] Removing intermediate container 76c9308ed6db [2022-05-10T08:47:10.178Z] ---> b1243b7ac3ac [2022-05-10T08:47:10.178Z] [2022-05-10T08:47:11.640Z] Successfully built b1243b7ac3ac [2022-05-10T08:47:11.640Z] Successfully tagged security-proxy-setup-arm64:latest [2022-05-10T08:47:11.640Z]  Building security-proxy-setup ... done Building security-spire-config [2022-05-10T08:47:13.654Z] ---> f027eaf35237 [2022-05-10T08:47:13.959Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-05-10T08:47:14.239Z] ---> Running in 500fcc7b3833 [2022-05-10T08:47:16.880Z] Removing intermediate container 999effe40228 [2022-05-10T08:47:16.880Z] ---> 36727be48950 [2022-05-10T08:47:16.880Z] Step 14/23 : ENV APP_PORT=58890 [2022-05-10T08:47:16.880Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-05-10T08:47:16.880Z] ---> Running in 1122f2efdb66 [2022-05-10T08:47:17.497Z] Removing intermediate container 1122f2efdb66 [2022-05-10T08:47:17.497Z] ---> 3b68dc030d5c [2022-05-10T08:47:17.497Z] Step 15/23 : EXPOSE $APP_PORT [2022-05-10T08:47:17.497Z] ---> Running in 3fe12454e3ab [2022-05-10T08:47:18.103Z] Removing intermediate container 3fe12454e3ab [2022-05-10T08:47:18.103Z] ---> 0435d4431377 [2022-05-10T08:47:18.103Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-05-10T08:47:20.100Z] ---> 6d9915668827 [2022-05-10T08:47:20.100Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-05-10T08:47:21.107Z] ---> 129550b79023 [2022-05-10T08:47:21.107Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-05-10T08:47:22.557Z] ---> eb49a2f47a77 [2022-05-10T08:47:22.557Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-05-10T08:47:22.557Z] ---> Running in f5c8fac0c441 [2022-05-10T08:47:22.840Z] Removing intermediate container f5c8fac0c441 [2022-05-10T08:47:22.840Z] ---> 98d6e82b7934 [2022-05-10T08:47:22.840Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:47:22.840Z] ---> Running in 710da94edbb1 [2022-05-10T08:47:23.444Z] Removing intermediate container 710da94edbb1 [2022-05-10T08:47:23.444Z] ---> f38cc2a48d66 [2022-05-10T08:47:23.444Z] Step 21/23 : LABEL arch=arm64 [2022-05-10T08:47:23.444Z] ---> Running in ee3d42bb1018 [2022-05-10T08:47:24.045Z] Removing intermediate container ee3d42bb1018 [2022-05-10T08:47:24.045Z] ---> debaf36cb8ae [2022-05-10T08:47:24.045Z] Step 22/23 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:47:24.045Z] ---> Running in b5091a0f392f [2022-05-10T08:47:24.655Z] Removing intermediate container b5091a0f392f [2022-05-10T08:47:24.655Z] ---> 1bf24cfaf314 [2022-05-10T08:47:24.655Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T08:47:24.655Z] ---> Running in 8c27e2edf397 [2022-05-10T08:47:25.646Z] Removing intermediate container 8c27e2edf397 [2022-05-10T08:47:25.646Z] ---> b34d84706f05 [2022-05-10T08:47:25.646Z] [2022-05-10T08:47:26.252Z] Successfully built b34d84706f05 [2022-05-10T08:47:26.252Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-05-10T08:47:26.252Z]  Building sys-mgmt-agent ... done Building core-metadata [2022-05-10T08:47:58.692Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:47:58.692Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:47:58.692Z] ---> f12e9cf32280 [2022-05-10T08:47:58.692Z] Step 3/26 : WORKDIR /edgex-go [2022-05-10T08:47:58.692Z] ---> Using cache [2022-05-10T08:47:58.692Z] ---> 483f27381d72 [2022-05-10T08:47:58.692Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:47:58.692Z] ---> Using cache [2022-05-10T08:47:58.692Z] ---> 708f1c65e2da [2022-05-10T08:47:58.692Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-10T08:47:58.692Z] ---> Using cache [2022-05-10T08:47:58.692Z] ---> 2295fa1a409f [2022-05-10T08:47:58.692Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-10T08:47:58.692Z] ---> Using cache [2022-05-10T08:47:58.692Z] ---> 0dcb617940cb [2022-05-10T08:47:58.692Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:47:58.692Z] ---> Using cache [2022-05-10T08:47:58.692Z] ---> e62b29ca8d97 [2022-05-10T08:47:58.692Z] Step 8/26 : COPY . . [2022-05-10T08:47:58.692Z] ---> Using cache [2022-05-10T08:47:58.692Z] ---> 22051aedd617 [2022-05-10T08:47:58.692Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-10T08:47:58.692Z] ---> Using cache [2022-05-10T08:47:58.692Z] ---> 0fbe8ff3deed [2022-05-10T08:47:58.692Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-10T08:47:58.692Z] ---> Using cache [2022-05-10T08:47:58.692Z] ---> 709d596b7fd6 [2022-05-10T08:47:58.692Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-10T08:47:58.692Z] ---> Using cache [2022-05-10T08:47:58.692Z] ---> 9622bcaa304c [2022-05-10T08:47:58.692Z] 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-05-10T08:47:58.692Z] ---> Running in 514d115df70c [2022-05-10T08:47:58.692Z] spire-1.2.1/ [2022-05-10T08:47:58.692Z] spire-1.2.1/.data/ [2022-05-10T08:47:58.692Z] spire-1.2.1/.data/.file [2022-05-10T08:47:58.692Z] spire-1.2.1/.dockerignore [2022-05-10T08:47:58.692Z] spire-1.2.1/.gitattributes [2022-05-10T08:47:58.692Z] spire-1.2.1/.githooks/ [2022-05-10T08:47:58.692Z] spire-1.2.1/.githooks/pre-commit [2022-05-10T08:47:58.692Z] spire-1.2.1/.github/ [2022-05-10T08:47:58.692Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/dependabot.yml [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/workflows/ [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-10T08:47:58.693Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-10T08:47:58.693Z] spire-1.2.1/.gitignore [2022-05-10T08:47:58.693Z] spire-1.2.1/.go-version [2022-05-10T08:47:58.693Z] spire-1.2.1/.golangci.yml [2022-05-10T08:47:58.693Z] spire-1.2.1/ADOPTERS.md [2022-05-10T08:47:58.693Z] spire-1.2.1/CHANGELOG.md [2022-05-10T08:47:58.693Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-10T08:47:58.693Z] spire-1.2.1/CODEOWNERS [2022-05-10T08:47:58.693Z] spire-1.2.1/CONTRIBUTING.md [2022-05-10T08:47:58.693Z] spire-1.2.1/Dockerfile [2022-05-10T08:47:58.693Z] spire-1.2.1/Dockerfile.dev [2022-05-10T08:47:58.693Z] spire-1.2.1/Dockerfile.scratch [2022-05-10T08:47:58.693Z] spire-1.2.1/LICENSE [2022-05-10T08:47:58.693Z] spire-1.2.1/MAINTAINERS.md [2022-05-10T08:47:58.693Z] spire-1.2.1/Makefile [2022-05-10T08:47:58.693Z] spire-1.2.1/README.md [2022-05-10T08:47:58.693Z] spire-1.2.1/ROADMAP.md [2022-05-10T08:47:58.693Z] spire-1.2.1/SECURITY.md [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-10T08:47:58.693Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-10T08:47:58.693Z] spire-1.2.1/conf/ [2022-05-10T08:47:58.693Z] spire-1.2.1/conf/agent/ [2022-05-10T08:47:58.693Z] spire-1.2.1/conf/agent/agent.conf [2022-05-10T08:47:58.693Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-10T08:47:58.693Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-10T08:47:58.693Z] spire-1.2.1/conf/server/ [2022-05-10T08:47:58.693Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-10T08:47:58.693Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-10T08:47:58.693Z] spire-1.2.1/conf/server/server.conf [2022-05-10T08:47:58.693Z] spire-1.2.1/conf/server/server_full.conf [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/ [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/SPIRE101.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/auditlog.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/ [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/scaling_spire.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/spire_agent.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/spire_server.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/supported_integrations.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/telemetry.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/telemetry_config.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/upgrading.md [2022-05-10T08:47:58.693Z] spire-1.2.1/doc/using_spire.md [2022-05-10T08:47:58.693Z] spire-1.2.1/examples/ [2022-05-10T08:47:58.693Z] spire-1.2.1/examples/README.md [2022-05-10T08:47:58.693Z] spire-1.2.1/go.mod [2022-05-10T08:47:58.693Z] spire-1.2.1/go.sum [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/agent.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-10T08:47:58.693Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/client/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/common/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/config.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-10T08:47:58.694Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/svid/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/names.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/auth/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cli/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/health/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/health/config.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/health/context.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/health/health.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/idutil/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/log/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/log/log.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/log/options.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-10T08:47:58.976Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-10T08:47:58.977Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/ [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-10T08:47:59.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/profiling/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/selector/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/uptime/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/task.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/version/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/version/version.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509util/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/api.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/health/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/id.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/status.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/bundle/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/ca/ [2022-05-10T08:47:59.261Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/cache/ [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/catalog/ [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/config.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/datastore/ [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-10T08:47:59.541Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-10T08:47:59.542Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-10T08:47:59.543Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-10T08:47:59.543Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-10T08:47:59.543Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-10T08:47:59.543Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-10T08:47:59.543Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-10T08:47:59.543Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-10T08:47:59.543Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-10T08:47:59.543Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/registration/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/server.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/server_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/svid/ [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/ [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/private/ [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/private/server/ [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/private/server/journal/ [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/ [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/common/ [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/plugin/ [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-10T08:47:59.822Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-10T08:47:59.822Z] spire-1.2.1/release/ [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire-extras/ [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire-extras/README.md [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire/ [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire/README.md [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire/conf/ [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire/conf/server/ [2022-05-10T08:47:59.822Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-10T08:47:59.822Z] spire-1.2.1/script/ [2022-05-10T08:47:59.822Z] spire-1.2.1/script/build-artifact.sh [2022-05-10T08:47:59.822Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-10T08:47:59.822Z] spire-1.2.1/support/ [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/ [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-10T08:47:59.822Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-10T08:47:59.823Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-10T08:47:59.823Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-10T08:47:59.823Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-10T08:48:00.104Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-10T08:48:00.104Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-10T08:48:00.104Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-10T08:48:00.104Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-10T08:48:00.104Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-10T08:48:00.104Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-10T08:48:00.104Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-10T08:48:00.104Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-10T08:48:00.104Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-10T08:48:00.104Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/clock/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/clock/clock.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/fixture.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/registration/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-10T08:48:00.104Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/README.md [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/common [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-10T08:48:00.104Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-10T08:48:00.105Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-10T08:48:00.387Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-10T08:48:00.388Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/test-one.sh [2022-05-10T08:48:00.389Z] spire-1.2.1/test/integration/test.sh [2022-05-10T08:48:00.389Z] spire-1.2.1/test/plugintest/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/plugintest/config.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/plugintest/load.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/plugintest/option.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/spiretest/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/spiretest/dir.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/spiretest/logs.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/spiretest/suite.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/spiretest/x509.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/testca/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/testca/ca.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/testkey/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/testkey/generate.sh [2022-05-10T08:48:00.389Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/testkey/keys.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/testkey/new.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/tpmsimulator/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/util/ [2022-05-10T08:48:00.389Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/util/cert_generation.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/util/io_redirection.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/util/race.go [2022-05-10T08:48:00.389Z] spire-1.2.1/test/util/util.go [2022-05-10T08:48:00.389Z] building spire from source... [2022-05-10T08:48:01.000Z] Installing go1.17.7... [2022-05-10T08:48:11.239Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:48:11.239Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:48:11.239Z] ---> f12e9cf32280 [2022-05-10T08:48:11.239Z] Step 3/23 : WORKDIR /edgex-go [2022-05-10T08:48:11.239Z] ---> Using cache [2022-05-10T08:48:11.239Z] ---> 483f27381d72 [2022-05-10T08:48:11.239Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:48:11.239Z] ---> Using cache [2022-05-10T08:48:11.239Z] ---> 708f1c65e2da [2022-05-10T08:48:11.239Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-10T08:48:11.239Z] ---> Using cache [2022-05-10T08:48:11.239Z] ---> 2516f506efc5 [2022-05-10T08:48:11.239Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-10T08:48:11.239Z] ---> Using cache [2022-05-10T08:48:11.239Z] ---> 5d5b4d0e1c33 [2022-05-10T08:48:11.239Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:48:11.239Z] ---> Using cache [2022-05-10T08:48:11.239Z] ---> a1ca2633d0df [2022-05-10T08:48:11.239Z] Step 8/23 : COPY . . [2022-05-10T08:48:11.239Z] ---> Using cache [2022-05-10T08:48:11.239Z] ---> a3cedf8bea43 [2022-05-10T08:48:11.239Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-05-10T08:48:11.239Z] ---> Running in 91d85a96199a [2022-05-10T08:48:11.847Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-05-10T08:48:30.202Z] Building bin/spire-server... [2022-05-10T08:48:30.202Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-10T08:48:30.202Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-10T08:48:30.202Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-10T08:48:30.475Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-10T08:48:30.475Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-10T08:48:31.459Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-10T08:48:32.063Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-10T08:48:33.048Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-10T08:48:33.323Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-10T08:48:34.307Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-10T08:48:36.289Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-10T08:48:36.289Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-10T08:48:36.289Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-10T08:48:36.289Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-10T08:48:36.289Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-10T08:48:36.289Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-10T08:48:36.566Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-10T08:48:37.549Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-10T08:48:37.549Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-10T08:48:37.825Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-10T08:48:38.102Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-10T08:48:38.102Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-10T08:48:39.548Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-10T08:48:39.548Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-10T08:48:54.676Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-10T08:48:54.676Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-10T08:48:54.676Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-10T08:48:54.677Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-10T08:48:54.677Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-10T08:48:54.677Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-10T08:48:54.959Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-10T08:48:54.959Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-10T08:48:55.235Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-10T08:48:55.235Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-10T08:48:55.510Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-10T08:48:55.510Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-10T08:48:55.510Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-10T08:48:56.497Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-10T08:48:56.497Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-10T08:48:56.773Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-10T08:48:57.050Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-10T08:48:57.653Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-10T08:48:57.653Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-10T08:48:57.931Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-10T08:48:57.931Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-10T08:48:57.931Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-10T08:48:58.207Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-10T08:48:58.484Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-10T08:48:59.085Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-10T08:48:59.085Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-10T08:48:59.687Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-10T08:48:59.687Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-10T08:48:59.963Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-10T08:49:00.947Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-10T08:49:05.263Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-10T08:49:17.689Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-10T08:49:17.689Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-10T08:49:17.689Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-10T08:49:17.689Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-10T08:49:17.689Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-10T08:49:44.535Z] go: downloading google.golang.org/api v0.70.0 [2022-05-10T08:49:44.535Z] go: downloading k8s.io/api v0.23.4 [2022-05-10T08:49:44.535Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-10T08:49:44.535Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-10T08:50:00.187Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-10T08:50:00.187Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-10T08:50:00.187Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-10T08:50:32.559Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-10T08:50:32.559Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-10T08:50:32.559Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-10T08:50:32.559Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-10T08:50:32.559Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-10T08:50:33.546Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-10T08:50:34.999Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-10T08:50:35.276Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-10T08:50:35.552Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-10T08:50:36.998Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-10T08:50:36.998Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-10T08:50:36.998Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-10T08:50:37.600Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-10T08:50:37.888Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-10T08:50:38.162Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-10T08:50:38.438Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-10T08:50:38.438Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-10T08:50:39.883Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-10T08:50:39.883Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-10T08:50:40.483Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-10T08:50:40.483Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-10T08:50:40.483Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-10T08:50:41.088Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-10T08:50:47.831Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-10T08:50:47.831Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-10T08:50:48.110Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-10T08:50:48.389Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-10T08:50:48.996Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-10T08:50:48.996Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-10T08:50:49.275Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-10T08:50:49.275Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-10T08:50:49.275Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-10T08:50:49.554Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-10T08:50:49.833Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-10T08:50:49.833Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-10T08:50:51.285Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-10T08:50:51.561Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-10T08:50:51.839Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-10T08:50:52.118Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-10T08:50:52.118Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-10T08:50:52.397Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-10T08:50:52.397Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-10T08:50:52.397Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-10T08:50:52.397Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-10T08:50:54.398Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-10T08:50:54.398Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-10T08:50:54.676Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-10T08:50:54.676Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-10T08:50:54.954Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-10T08:50:57.598Z] go: downloading go.opencensus.io v0.23.0 [2022-05-10T08:50:58.200Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-10T08:50:58.200Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-10T08:50:58.476Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-10T08:50:58.765Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-10T08:50:59.040Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-10T08:50:59.317Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-10T08:50:59.590Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-10T08:51:00.186Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-10T08:51:03.596Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-10T08:51:05.586Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-10T08:51:05.586Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-10T08:51:06.188Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-10T08:51:06.188Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-10T08:51:06.188Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-10T08:51:07.176Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-10T08:51:07.176Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-10T08:51:07.453Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-10T08:51:07.453Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-10T08:51:07.731Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-10T08:51:07.731Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-10T08:51:07.731Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-10T08:51:17.926Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-10T08:51:17.926Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-10T08:51:17.926Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-10T08:51:17.926Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-10T08:51:50.304Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-10T08:51:50.304Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-10T08:53:42.169Z] Removing intermediate container 91d85a96199a [2022-05-10T08:53:42.169Z] ---> 2e2186a73da9 [2022-05-10T08:53:42.169Z] [2022-05-10T08:53:42.169Z] Step 10/23 : FROM alpine:3.14 [2022-05-10T08:53:42.169Z] ---> ac73e934f311 [2022-05-10T08:53:42.169Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-10T08:53:42.169Z] ---> Using cache [2022-05-10T08:53:42.169Z] ---> 92d3d3335027 [2022-05-10T08:53:42.169Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-10T08:53:42.169Z] ---> Using cache [2022-05-10T08:53:42.169Z] ---> d010b5a7213b [2022-05-10T08:53:42.169Z] Step 13/23 : ENV APP_PORT=59881 [2022-05-10T08:53:42.169Z] ---> Running in ba6025bebe85 [2022-05-10T08:53:42.169Z] Removing intermediate container ba6025bebe85 [2022-05-10T08:53:42.169Z] ---> 7c6e62a752b7 [2022-05-10T08:53:42.169Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-10T08:53:42.169Z] ---> Running in 91ab5993c24f [2022-05-10T08:53:42.169Z] Removing intermediate container 91ab5993c24f [2022-05-10T08:53:42.169Z] ---> 8b861cd48e82 [2022-05-10T08:53:42.169Z] Step 15/23 : WORKDIR / [2022-05-10T08:53:42.169Z] ---> Running in bffd651291db [2022-05-10T08:53:42.169Z] Removing intermediate container bffd651291db [2022-05-10T08:53:42.169Z] ---> afd70f6a6ed1 [2022-05-10T08:53:42.169Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:53:43.165Z] ---> 40bcb882c980 [2022-05-10T08:53:43.165Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-05-10T08:53:45.173Z] ---> 6b2facfba506 [2022-05-10T08:53:45.173Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-05-10T08:53:46.169Z] ---> 27b9f049147b [2022-05-10T08:53:46.169Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-05-10T08:53:46.169Z] ---> Running in 1983cff91a55 [2022-05-10T08:53:46.449Z] Removing intermediate container 1983cff91a55 [2022-05-10T08:53:46.449Z] ---> 609fd5ba0ded [2022-05-10T08:53:46.449Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:53:46.728Z] ---> Running in d7208035aa59 [2022-05-10T08:53:47.337Z] Removing intermediate container d7208035aa59 [2022-05-10T08:53:47.337Z] ---> 8a206b712b7b [2022-05-10T08:53:47.337Z] Step 21/23 : LABEL arch=arm64 [2022-05-10T08:53:47.337Z] ---> Running in 683f59ae999a [2022-05-10T08:53:47.943Z] Removing intermediate container 683f59ae999a [2022-05-10T08:53:47.943Z] ---> 0cc7c645a1fb [2022-05-10T08:53:47.943Z] Step 22/23 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:53:47.943Z] ---> Running in b2473b9711ca [2022-05-10T08:53:48.544Z] Removing intermediate container b2473b9711ca [2022-05-10T08:53:48.544Z] ---> fd6e0d5d01b5 [2022-05-10T08:53:48.544Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T08:53:48.826Z] ---> Running in 6c8710c13302 [2022-05-10T08:53:49.432Z] Removing intermediate container 6c8710c13302 [2022-05-10T08:53:49.432Z] ---> 0ef692429b48 [2022-05-10T08:53:49.432Z] [2022-05-10T08:53:49.716Z] Successfully built 0ef692429b48 [2022-05-10T08:53:49.994Z] Successfully tagged core-metadata-arm64:latest [2022-05-10T08:53:49.994Z]  Building core-metadata ... done Building support-scheduler [2022-05-10T08:54:22.375Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:54:22.375Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:54:22.375Z] ---> f12e9cf32280 [2022-05-10T08:54:22.375Z] Step 3/22 : WORKDIR /edgex-go [2022-05-10T08:54:22.375Z] ---> Using cache [2022-05-10T08:54:22.375Z] ---> 483f27381d72 [2022-05-10T08:54:22.375Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:54:22.375Z] ---> Using cache [2022-05-10T08:54:22.375Z] ---> 708f1c65e2da [2022-05-10T08:54:22.375Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-10T08:54:22.375Z] ---> Using cache [2022-05-10T08:54:22.375Z] ---> 2516f506efc5 [2022-05-10T08:54:22.375Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-10T08:54:22.375Z] ---> Using cache [2022-05-10T08:54:22.375Z] ---> 5d5b4d0e1c33 [2022-05-10T08:54:22.375Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:54:22.375Z] ---> Using cache [2022-05-10T08:54:22.375Z] ---> a1ca2633d0df [2022-05-10T08:54:22.375Z] Step 8/22 : COPY . . [2022-05-10T08:54:22.375Z] ---> Using cache [2022-05-10T08:54:22.375Z] ---> a3cedf8bea43 [2022-05-10T08:54:22.375Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-05-10T08:54:22.375Z] ---> Running in 29ef585d525c [2022-05-10T08:54:22.651Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-05-10T08:54:49.504Z] Removing intermediate container 500fcc7b3833 [2022-05-10T08:54:49.504Z] ---> 75470842e425 [2022-05-10T08:54:49.504Z] [2022-05-10T08:54:49.504Z] Step 9/20 : FROM alpine:3.15 [2022-05-10T08:54:49.504Z] 3.15: Pulling from library/alpine [2022-05-10T08:54:49.504Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-10T08:54:49.504Z] Status: Downloaded newer image for alpine:3.15 [2022-05-10T08:54:49.504Z] ---> 3fb3c9af89a9 [2022-05-10T08:54:49.504Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-10T08:54:49.504Z] ---> Running in c2d45c7235c1 [2022-05-10T08:54:49.504Z] Removing intermediate container c2d45c7235c1 [2022-05-10T08:54:49.504Z] ---> 91a2c896d086 [2022-05-10T08:54:49.504Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:54:49.788Z] ---> Running in 7225e098ad52 [2022-05-10T08:54:53.205Z] Removing intermediate container 7225e098ad52 [2022-05-10T08:54:53.205Z] ---> ab3c19a99b40 [2022-05-10T08:54:53.205Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-05-10T08:54:53.205Z] ---> Running in 1d8472c1f867 [2022-05-10T08:54:54.655Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:54:56.101Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:54:57.094Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-10T08:54:57.094Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-10T08:54:57.094Z] OK: 15732 distinct packages available [2022-05-10T08:54:57.371Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:54:58.366Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:54:59.810Z] (1/9) Installing ca-certificates (20211220-r0) [2022-05-10T08:54:59.810Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-05-10T08:54:59.810Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-05-10T08:55:00.085Z] (4/9) Installing libcurl (7.80.0-r1) [2022-05-10T08:55:00.085Z] (5/9) Installing curl (7.80.0-r1) [2022-05-10T08:55:00.085Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-05-10T08:55:00.356Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-05-10T08:55:00.356Z] (8/9) Installing libucontext (1.1-r0) [2022-05-10T08:55:00.356Z] (9/9) Installing gcompat (1.0.0-r4) [2022-05-10T08:55:00.631Z] Executing busybox-1.34.1-r5.trigger [2022-05-10T08:55:00.631Z] Executing ca-certificates-20211220-r0.trigger [2022-05-10T08:55:00.908Z] OK: 8 MiB in 23 packages [2022-05-10T08:55:03.536Z] Removing intermediate container 1d8472c1f867 [2022-05-10T08:55:03.536Z] ---> 5a652ea67958 [2022-05-10T08:55:03.536Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T08:55:04.142Z] ---> ebd567562cee [2022-05-10T08:55:04.142Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-05-10T08:55:06.149Z] ---> ff817daff6dc [2022-05-10T08:55:06.149Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-05-10T08:55:07.174Z] ---> 80c4f24f5e1d [2022-05-10T08:55:07.174Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-05-10T08:55:07.462Z] ---> Running in ddd8746f5468 [2022-05-10T08:55:08.082Z] Removing intermediate container ddd8746f5468 [2022-05-10T08:55:08.082Z] ---> 7965b7e3c8b3 [2022-05-10T08:55:08.082Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T08:55:08.082Z] ---> Running in 7e599da92e97 [2022-05-10T08:55:08.771Z] Removing intermediate container 7e599da92e97 [2022-05-10T08:55:08.771Z] ---> 8c2253035a57 [2022-05-10T08:55:08.771Z] Step 18/20 : LABEL arch=arm64 [2022-05-10T08:55:09.051Z] ---> Running in 265e50b7310a [2022-05-10T08:55:09.661Z] Removing intermediate container 265e50b7310a [2022-05-10T08:55:09.661Z] ---> 6bc8a083a41f [2022-05-10T08:55:09.661Z] Step 19/20 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T08:55:09.661Z] ---> Running in 58dcf5b3f011 [2022-05-10T08:55:10.289Z] Removing intermediate container 58dcf5b3f011 [2022-05-10T08:55:10.289Z] ---> 86982014a888 [2022-05-10T08:55:10.289Z] Step 20/20 : LABEL version=0.0.0 [2022-05-10T08:55:10.289Z] ---> Running in 6002e3aa6e99 [2022-05-10T08:55:10.896Z] Removing intermediate container 6002e3aa6e99 [2022-05-10T08:55:10.896Z] ---> 618de5c2a9fe [2022-05-10T08:55:10.896Z] [2022-05-10T08:55:11.502Z] Successfully built 618de5c2a9fe [2022-05-10T08:55:11.502Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-05-10T08:55:11.502Z] Building core-data [2022-05-10T08:55:43.948Z]  Building security-spiffe-token-provider ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-10T08:55:43.948Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-10T08:55:43.948Z] ---> f12e9cf32280 [2022-05-10T08:55:43.948Z] Step 3/23 : WORKDIR /edgex-go [2022-05-10T08:55:43.948Z] ---> Using cache [2022-05-10T08:55:43.948Z] ---> 483f27381d72 [2022-05-10T08:55:43.948Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T08:55:43.948Z] ---> Using cache [2022-05-10T08:55:43.948Z] ---> 708f1c65e2da [2022-05-10T08:55:43.948Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-05-10T08:55:43.948Z] ---> Running in aad7d17cecf4 [2022-05-10T08:55:43.948Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T08:55:43.948Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T08:55:43.948Z] OK: 220 MiB in 52 packages [2022-05-10T08:55:44.237Z] Removing intermediate container aad7d17cecf4 [2022-05-10T08:55:44.237Z] ---> 21ebe3fbae39 [2022-05-10T08:55:44.237Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-10T08:55:45.238Z] ---> 89e90685c0e7 [2022-05-10T08:55:45.238Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T08:55:45.523Z] ---> Running in 8a0353c92968 [2022-05-10T08:55:50.969Z] Removing intermediate container 8a0353c92968 [2022-05-10T08:55:50.969Z] ---> 4eec7e288ff4 [2022-05-10T08:55:50.969Z] Step 8/23 : COPY . . [2022-05-10T08:56:17.823Z] ---> 53b73401351d [2022-05-10T08:56:17.823Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-05-10T08:56:17.823Z] ---> Running in f95d032ce207 [2022-05-10T08:56:17.823Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-05-10T09:02:10.918Z] Removing intermediate container 29ef585d525c [2022-05-10T09:02:10.918Z] ---> b29c936c983b [2022-05-10T09:02:10.918Z] [2022-05-10T09:02:10.918Z] Step 10/22 : FROM alpine:3.14 [2022-05-10T09:02:10.918Z] ---> ac73e934f311 [2022-05-10T09:02:10.918Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-05-10T09:02:10.918Z] ---> Using cache [2022-05-10T09:02:10.918Z] ---> 92d3d3335027 [2022-05-10T09:02:10.918Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-10T09:02:10.918Z] ---> Using cache [2022-05-10T09:02:10.918Z] ---> d010b5a7213b [2022-05-10T09:02:10.918Z] Step 13/22 : ENV APP_PORT=59861 [2022-05-10T09:02:10.918Z] ---> Running in 5b8680cd1c3d [2022-05-10T09:02:10.918Z] Removing intermediate container 5b8680cd1c3d [2022-05-10T09:02:10.918Z] ---> a5604df91cfc [2022-05-10T09:02:10.918Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-10T09:02:10.918Z] ---> Running in 043f97fefb81 [2022-05-10T09:02:10.918Z] Removing intermediate container 043f97fefb81 [2022-05-10T09:02:10.918Z] ---> c8aa4bd7ce8c [2022-05-10T09:02:10.918Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T09:02:11.904Z] ---> f3f2a7d78654 [2022-05-10T09:02:11.904Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-05-10T09:02:16.242Z] ---> 0e5d86638ba3 [2022-05-10T09:02:16.242Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-05-10T09:02:17.238Z] ---> a7730a1aed07 [2022-05-10T09:02:17.238Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-05-10T09:02:17.530Z] ---> Running in 28b9e13dc542 [2022-05-10T09:02:18.531Z] Removing intermediate container 28b9e13dc542 [2022-05-10T09:02:18.531Z] ---> 3426b87976a4 [2022-05-10T09:02:18.531Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T09:02:18.531Z] ---> Running in 028f4ccea3ef [2022-05-10T09:02:19.171Z] Removing intermediate container 028f4ccea3ef [2022-05-10T09:02:19.171Z] ---> 6103013a2cc9 [2022-05-10T09:02:19.171Z] Step 20/22 : LABEL arch=arm64 [2022-05-10T09:02:19.454Z] ---> Running in f0ee5b0a23a9 [2022-05-10T09:02:20.915Z] Removing intermediate container f0ee5b0a23a9 [2022-05-10T09:02:20.915Z] ---> a6387480841d [2022-05-10T09:02:20.915Z] Step 21/22 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T09:02:20.915Z] ---> Running in a20ae817b5f4 [2022-05-10T09:02:21.909Z] Removing intermediate container a20ae817b5f4 [2022-05-10T09:02:21.909Z] ---> 4df864d9bc8b [2022-05-10T09:02:21.909Z] Step 22/22 : LABEL version=0.0.0 [2022-05-10T09:02:22.190Z] ---> Running in 30b55eede5e4 [2022-05-10T09:02:22.472Z] Removing intermediate container f95d032ce207 [2022-05-10T09:02:22.472Z] ---> eea44d888cea [2022-05-10T09:02:22.472Z] [2022-05-10T09:02:22.472Z] Step 10/23 : FROM alpine:3.14 [2022-05-10T09:02:22.472Z] ---> ac73e934f311 [2022-05-10T09:02:22.472Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-05-10T09:02:22.750Z] ---> Running in 4da197874cf2 [2022-05-10T09:02:22.750Z] Removing intermediate container 30b55eede5e4 [2022-05-10T09:02:22.750Z] ---> 13176dbe31e8 [2022-05-10T09:02:22.750Z] [2022-05-10T09:02:23.754Z] Removing intermediate container 4da197874cf2 [2022-05-10T09:02:23.754Z] ---> df617712574c [2022-05-10T09:02:23.754Z] Step 12/23 : ENV APP_PORT=59880 [2022-05-10T09:02:23.754Z] Successfully built 13176dbe31e8 [2022-05-10T09:02:23.754Z] Successfully tagged support-scheduler-arm64:latest [2022-05-10T09:02:23.754Z]  Building support-scheduler ... done  ---> Running in f13d110f8f0e [2022-05-10T09:02:24.362Z] Removing intermediate container f13d110f8f0e [2022-05-10T09:02:24.362Z] ---> 50fbb436bc01 [2022-05-10T09:02:24.362Z] Step 13/23 : EXPOSE $APP_PORT [2022-05-10T09:02:24.362Z] ---> Running in 2711197d41d2 [2022-05-10T09:02:24.979Z] Removing intermediate container 2711197d41d2 [2022-05-10T09:02:24.979Z] ---> 1f8f3fd2c09e [2022-05-10T09:02:24.979Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T09:02:24.979Z] ---> Running in 691bdaf6d64f [2022-05-10T09:02:28.414Z] Removing intermediate container 691bdaf6d64f [2022-05-10T09:02:28.414Z] ---> 2b2f8d86e6e6 [2022-05-10T09:02:28.414Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-10T09:02:28.414Z] ---> Running in f0943ed44460 [2022-05-10T09:02:30.411Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-10T09:02:31.015Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-10T09:02:32.009Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-10T09:02:32.009Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-10T09:02:32.290Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-10T09:02:32.290Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-10T09:02:32.569Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-10T09:02:32.569Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-10T09:02:32.846Z] Executing busybox-1.33.1-r7.trigger [2022-05-10T09:02:32.846Z] OK: 8 MiB in 20 packages [2022-05-10T09:02:34.292Z] Removing intermediate container f0943ed44460 [2022-05-10T09:02:34.575Z] ---> bec2ff909a52 [2022-05-10T09:02:34.575Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-10T09:02:35.566Z] ---> 3b99a5d1b16b [2022-05-10T09:02:35.566Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-05-10T09:02:37.574Z] ---> 75df7558f9b8 [2022-05-10T09:02:37.574Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-05-10T09:02:38.181Z] ---> b7b1924a6710 [2022-05-10T09:02:38.181Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-05-10T09:02:38.181Z] ---> Running in 888bc535c9b3 [2022-05-10T09:02:38.793Z] Removing intermediate container 888bc535c9b3 [2022-05-10T09:02:38.793Z] ---> ed3e58af773a [2022-05-10T09:02:38.793Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-10T09:02:39.071Z] ---> Running in bbdbfc2f4dc8 [2022-05-10T09:02:39.356Z] Removing intermediate container bbdbfc2f4dc8 [2022-05-10T09:02:39.356Z] ---> ed8cdeb47d4c [2022-05-10T09:02:39.356Z] Step 21/23 : LABEL arch=arm64 [2022-05-10T09:02:39.636Z] ---> Running in 656d8990e972 [2022-05-10T09:02:39.916Z] Removing intermediate container 656d8990e972 [2022-05-10T09:02:39.916Z] ---> 40b5c2af0247 [2022-05-10T09:02:39.916Z] Step 22/23 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T09:02:40.196Z] ---> Running in 7eda030d149f [2022-05-10T09:02:40.801Z] Removing intermediate container 7eda030d149f [2022-05-10T09:02:40.801Z] ---> 39eb0c2bc151 [2022-05-10T09:02:40.801Z] Step 23/23 : LABEL version=0.0.0 [2022-05-10T09:02:40.801Z] ---> Running in bc142254f515 [2022-05-10T09:02:41.407Z] Removing intermediate container bc142254f515 [2022-05-10T09:02:41.407Z] ---> d9c98d1307ab [2022-05-10T09:02:41.407Z] [2022-05-10T09:02:42.015Z] Successfully built d9c98d1307ab [2022-05-10T09:02:42.015Z] Successfully tagged core-data-arm64:latest [2022-05-10T09:16:35.190Z]  Building core-data ... done Building bin/spire-agent... [2022-05-10T09:16:35.191Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-10T09:16:35.191Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-10T09:16:35.191Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-10T09:16:35.191Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-10T09:16:37.837Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-10T09:16:38.114Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-10T09:16:38.719Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-10T09:16:39.714Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-10T09:16:39.714Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-10T09:16:39.714Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-10T09:16:39.714Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-10T09:16:39.995Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-10T09:16:40.279Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-10T09:16:43.701Z] Building bin/spire-agent... [2022-05-10T09:16:45.148Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-10T09:16:45.753Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-10T09:16:45.753Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-10T09:16:51.188Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-10T09:16:51.801Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-10T09:16:53.248Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-10T09:16:53.248Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-10T09:16:54.238Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-10T09:16:54.238Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-10T09:16:54.238Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-10T09:16:54.516Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-10T09:16:54.516Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-10T09:16:54.516Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-10T09:23:01.821Z] Removing intermediate container 70a5b790a518 [2022-05-10T09:23:01.821Z] ---> e9c9da7100b5 [2022-05-10T09:23:01.821Z] [2022-05-10T09:23:01.821Z] Step 13/26 : FROM alpine:3.15 [2022-05-10T09:23:01.821Z] ---> 3fb3c9af89a9 [2022-05-10T09:23:01.821Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-10T09:23:01.821Z] ---> Using cache [2022-05-10T09:23:01.821Z] ---> 91a2c896d086 [2022-05-10T09:23:01.821Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T09:23:01.821Z] ---> Using cache [2022-05-10T09:23:01.821Z] ---> ab3c19a99b40 [2022-05-10T09:23:01.821Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-10T09:23:01.821Z] ---> Running in 51e30694d1ca [2022-05-10T09:23:01.821Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T09:23:01.821Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T09:23:02.418Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-10T09:23:02.418Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-10T09:23:02.418Z] OK: 15732 distinct packages available [2022-05-10T09:23:02.418Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T09:23:03.408Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T09:23:04.405Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-10T09:23:04.405Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-10T09:23:04.405Z] (3/5) Installing libucontext (1.1-r0) [2022-05-10T09:23:04.405Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-10T09:23:04.679Z] (5/5) Installing openssl (1.1.1n-r0) [2022-05-10T09:23:04.679Z] Executing busybox-1.34.1-r5.trigger [2022-05-10T09:23:04.679Z] OK: 6 MiB in 19 packages [2022-05-10T09:23:06.125Z] Removing intermediate container e2252fb02b58 [2022-05-10T09:23:06.125Z] ---> e0f7577b8ce8 [2022-05-10T09:23:06.125Z] [2022-05-10T09:23:06.125Z] Step 13/25 : FROM alpine:3.15 [2022-05-10T09:23:06.125Z] ---> 3fb3c9af89a9 [2022-05-10T09:23:06.125Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-10T09:23:06.125Z] ---> Using cache [2022-05-10T09:23:06.125Z] ---> 91a2c896d086 [2022-05-10T09:23:06.125Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T09:23:06.125Z] ---> Using cache [2022-05-10T09:23:06.125Z] ---> ab3c19a99b40 [2022-05-10T09:23:06.125Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-10T09:23:06.125Z] ---> Running in 0b0f90be9422 [2022-05-10T09:23:06.125Z] Removing intermediate container 51e30694d1ca [2022-05-10T09:23:06.125Z] ---> ab8f1c328f7f [2022-05-10T09:23:06.125Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-05-10T09:23:07.557Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T09:23:08.539Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T09:23:08.815Z] ---> 0273c98040c3 [2022-05-10T09:23:08.816Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-10T09:23:09.444Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-10T09:23:09.444Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-10T09:23:09.444Z] OK: 15732 distinct packages available [2022-05-10T09:23:09.719Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T09:23:10.708Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T09:23:11.696Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-10T09:23:11.696Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-10T09:23:11.696Z] (3/5) Installing libucontext (1.1-r0) [2022-05-10T09:23:11.971Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-10T09:23:11.971Z] (5/5) Installing openssl (1.1.1n-r0) [2022-05-10T09:23:12.245Z] Executing busybox-1.34.1-r5.trigger [2022-05-10T09:23:12.245Z] OK: 6 MiB in 19 packages [2022-05-10T09:23:14.251Z] Removing intermediate container 0b0f90be9422 [2022-05-10T09:23:14.251Z] ---> 4a4a0944a3b6 [2022-05-10T09:23:14.251Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-10T09:23:14.251Z] ---> fd4aee74cf84 [2022-05-10T09:23:14.251Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-05-10T09:23:14.850Z] ---> 13817685770a [2022-05-10T09:23:14.850Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-05-10T09:23:16.303Z] ---> 02dcce217e8f [2022-05-10T09:23:16.303Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-05-10T09:23:17.294Z] ---> b45b2d1f54f2 [2022-05-10T09:23:17.294Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-10T09:23:17.294Z] ---> Running in e0b146cc61f3 [2022-05-10T09:23:17.901Z] Removing intermediate container e0b146cc61f3 [2022-05-10T09:23:17.901Z] ---> 999f74f515a9 [2022-05-10T09:23:17.901Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-10T09:23:17.901Z] ---> Running in 7e0ef4e81ee4 [2022-05-10T09:23:18.502Z] Removing intermediate container 7e0ef4e81ee4 [2022-05-10T09:23:18.502Z] ---> 7dddbebc0396 [2022-05-10T09:23:18.502Z] Step 24/26 : LABEL arch=arm64 [2022-05-10T09:23:18.502Z] ---> Running in c3cf2d80f16a [2022-05-10T09:23:19.100Z] Removing intermediate container c3cf2d80f16a [2022-05-10T09:23:19.100Z] ---> 73c621a552e2 [2022-05-10T09:23:19.100Z] Step 25/26 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T09:23:19.100Z] ---> 1c4202573b5f [2022-05-10T09:23:19.100Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-05-10T09:23:19.100Z] ---> Running in 19de0cec7b91 [2022-05-10T09:23:19.704Z] Removing intermediate container 19de0cec7b91 [2022-05-10T09:23:19.704Z] ---> 802dd1c46c94 [2022-05-10T09:23:19.704Z] Step 26/26 : LABEL version=0.0.0 [2022-05-10T09:23:19.704Z] ---> Running in be6bd04c4810 [2022-05-10T09:23:19.704Z] ---> b83aaa608d2c [2022-05-10T09:23:19.704Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-05-10T09:23:20.313Z] Removing intermediate container be6bd04c4810 [2022-05-10T09:23:20.313Z] ---> 68607f9341ea [2022-05-10T09:23:20.313Z] [2022-05-10T09:23:20.589Z] ---> 442ffcac2f2f [2022-05-10T09:23:20.589Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-05-10T09:23:20.589Z] Successfully built 68607f9341ea [2022-05-10T09:23:20.589Z] Successfully tagged security-spire-agent-arm64:latest [2022-05-10T09:23:21.583Z]  Building security-spire-agent ... done  ---> 5fed4073b2b2 [2022-05-10T09:23:21.583Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-10T09:23:21.583Z] ---> Running in 0a73079f371f [2022-05-10T09:23:21.860Z] Removing intermediate container 0a73079f371f [2022-05-10T09:23:21.860Z] ---> f0adc22420be [2022-05-10T09:23:21.860Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-10T09:23:21.860Z] ---> Running in 1645db4f9638 [2022-05-10T09:23:22.460Z] Removing intermediate container 1645db4f9638 [2022-05-10T09:23:22.460Z] ---> 43efeda45e4b [2022-05-10T09:23:22.460Z] Step 23/25 : LABEL arch=arm64 [2022-05-10T09:23:22.460Z] ---> Running in 922acf790392 [2022-05-10T09:23:22.734Z] Removing intermediate container 922acf790392 [2022-05-10T09:23:22.734Z] ---> 506b34d3caef [2022-05-10T09:23:22.734Z] Step 24/25 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T09:23:23.012Z] ---> Running in 566c7d8a518d [2022-05-10T09:23:23.287Z] Removing intermediate container 566c7d8a518d [2022-05-10T09:23:23.287Z] ---> d86d60eb9dc3 [2022-05-10T09:23:23.287Z] Step 25/25 : LABEL version=0.0.0 [2022-05-10T09:23:23.287Z] ---> Running in 889ddd3e4c08 [2022-05-10T09:23:23.882Z] Removing intermediate container 889ddd3e4c08 [2022-05-10T09:23:23.882Z] ---> 2eb35fb8fe77 [2022-05-10T09:23:23.882Z] [2022-05-10T09:23:23.882Z] Successfully built 2eb35fb8fe77 [2022-05-10T09:23:23.882Z] Successfully tagged security-spire-server-arm64:latest [2022-05-10T09:23:30.568Z]  Building security-spire-server ... done Building bin/spire-agent... [2022-05-10T09:23:30.568Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-10T09:23:30.568Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-10T09:23:30.568Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-10T09:23:30.568Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-10T09:23:32.546Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-10T09:23:33.154Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-10T09:23:33.154Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-10T09:23:33.432Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-10T09:23:33.432Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-10T09:23:33.432Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-10T09:23:33.432Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-10T09:23:33.704Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-10T09:23:33.705Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-10T09:27:25.806Z] Removing intermediate container 514d115df70c [2022-05-10T09:27:25.806Z] ---> 5f06be2b231c [2022-05-10T09:27:25.806Z] [2022-05-10T09:27:25.806Z] Step 13/26 : FROM alpine:3.15 [2022-05-10T09:27:25.806Z] ---> 3fb3c9af89a9 [2022-05-10T09:27:25.806Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-10T09:27:25.806Z] ---> Using cache [2022-05-10T09:27:25.806Z] ---> 91a2c896d086 [2022-05-10T09:27:25.806Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T09:27:25.806Z] ---> Using cache [2022-05-10T09:27:25.806Z] ---> ab3c19a99b40 [2022-05-10T09:27:25.806Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-05-10T09:27:25.806Z] ---> Running in db1e9f5141a2 [2022-05-10T09:27:25.806Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T09:27:25.806Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T09:27:25.806Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-10T09:27:25.806Z] v3.15.4-105-gddcd6c6c99 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-10T09:27:25.806Z] OK: 15732 distinct packages available [2022-05-10T09:27:25.806Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T09:27:25.806Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T09:27:25.806Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-05-10T09:27:25.806Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-05-10T09:27:25.806Z] (3/4) Installing libucontext (1.1-r0) [2022-05-10T09:27:25.806Z] (4/4) Installing gcompat (1.0.0-r4) [2022-05-10T09:27:25.806Z] Executing busybox-1.34.1-r5.trigger [2022-05-10T09:27:25.806Z] OK: 6 MiB in 18 packages [2022-05-10T09:27:25.806Z] Removing intermediate container db1e9f5141a2 [2022-05-10T09:27:25.806Z] ---> cfa5e6df2229 [2022-05-10T09:27:25.806Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-10T09:27:25.806Z] ---> ecc59e71c7de [2022-05-10T09:27:25.806Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-05-10T09:27:25.806Z] ---> 206a5a754578 [2022-05-10T09:27:25.806Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-05-10T09:27:25.806Z] ---> Running in 0230b74cbf7e [2022-05-10T09:27:25.806Z] Removing intermediate container 0230b74cbf7e [2022-05-10T09:27:25.806Z] ---> 2f09b042a062 [2022-05-10T09:27:25.806Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-05-10T09:27:25.806Z] ---> 02d3b31e2d52 [2022-05-10T09:27:25.806Z] Step 21/26 : WORKDIR / [2022-05-10T09:27:25.806Z] ---> Running in d5af3057bb80 [2022-05-10T09:27:25.806Z] Removing intermediate container d5af3057bb80 [2022-05-10T09:27:25.806Z] ---> 8ea753879214 [2022-05-10T09:27:25.806Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-10T09:27:25.806Z] ---> Running in 03e9f60d4123 [2022-05-10T09:27:25.806Z] Removing intermediate container 03e9f60d4123 [2022-05-10T09:27:25.806Z] ---> 9926d1c705a6 [2022-05-10T09:27:25.806Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-10T09:27:25.806Z] ---> Running in a7be28a8bd5d [2022-05-10T09:27:25.806Z] Removing intermediate container a7be28a8bd5d [2022-05-10T09:27:25.806Z] ---> 591e5884aa7d [2022-05-10T09:27:25.806Z] Step 24/26 : LABEL arch=arm64 [2022-05-10T09:27:25.806Z] ---> Running in baeccd5a8f39 [2022-05-10T09:27:25.806Z] Removing intermediate container baeccd5a8f39 [2022-05-10T09:27:25.806Z] ---> 3224f76cfd36 [2022-05-10T09:27:25.806Z] Step 25/26 : LABEL git_sha=2ea13d4d71dec0eefbfef02c7df302d6549ec815 [2022-05-10T09:27:25.806Z] ---> Running in eabbe2056712 [2022-05-10T09:27:25.806Z] Removing intermediate container eabbe2056712 [2022-05-10T09:27:25.806Z] ---> 8a204a1a0cce [2022-05-10T09:27:25.806Z] Step 26/26 : LABEL version=0.0.0 [2022-05-10T09:27:25.806Z] ---> Running in cc5c273e3793 [2022-05-10T09:27:25.806Z] Removing intermediate container cc5c273e3793 [2022-05-10T09:27:25.806Z] ---> 447b11baade8 [2022-05-10T09:27:25.806Z] [2022-05-10T09:27:25.806Z] Successfully built 447b11baade8 [2022-05-10T09:27:25.807Z] Successfully tagged security-spire-config-arm64:latest [2022-05-10T09:27:25.820Z]  Building security-spire-config ... done  [Pipeline] } [2022-05-10T09:27:25.815Z] $ docker stop --time=1 76108d97ea36d862317e09a8ccdcb976549ba0ea1f2f4e9d6a0e9233c6f65085 [2022-05-10T09:27:27.506Z] $ docker rm -f 76108d97ea36d862317e09a8ccdcb976549ba0ea1f2f4e9d6a0e9233c6f65085 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T09:27:28.047Z] + docker images [2022-05-10T09:27:28.636Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-10T09:27:28.636Z] security-spire-config-arm64 latest 447b11baade8 4 seconds ago 85.6MB [2022-05-10T09:27:28.636Z] 5f06be2b231c 32 seconds ago 4.14GB [2022-05-10T09:27:28.636Z] security-spire-server-arm64 latest 2eb35fb8fe77 4 minutes ago 86.3MB [2022-05-10T09:27:28.636Z] security-spire-agent-arm64 latest 68607f9341ea 4 minutes ago 126MB [2022-05-10T09:27:28.636Z] e0f7577b8ce8 4 minutes ago 4.14GB [2022-05-10T09:27:28.636Z] e9c9da7100b5 4 minutes ago 4.14GB [2022-05-10T09:27:28.636Z] core-data-arm64 latest d9c98d1307ab 24 minutes ago 21.6MB [2022-05-10T09:27:28.636Z] support-scheduler-arm64 latest 13176dbe31e8 25 minutes ago 25.2MB [2022-05-10T09:27:28.636Z] eea44d888cea 25 minutes ago 1.34GB [2022-05-10T09:27:28.636Z] b29c936c983b 25 minutes ago 1.36GB [2022-05-10T09:27:28.636Z] security-spiffe-token-provider-arm64 latest 618de5c2a9fe 32 minutes ago 27.9MB [2022-05-10T09:27:28.636Z] 75470842e425 32 minutes ago 1.36GB [2022-05-10T09:27:28.636Z] core-metadata-arm64 latest 0ef692429b48 33 minutes ago 16.3MB [2022-05-10T09:27:28.636Z] 2e2186a73da9 33 minutes ago 1.31GB [2022-05-10T09:27:28.636Z] sys-mgmt-agent-arm64 latest b34d84706f05 40 minutes ago 282MB [2022-05-10T09:27:28.636Z] security-proxy-setup-arm64 latest b1243b7ac3ac 40 minutes ago 26.1MB [2022-05-10T09:27:28.636Z] 419f2fcb6cda 40 minutes ago 1.31GB [2022-05-10T09:27:28.636Z] core-command-arm64 latest f7eceb336234 41 minutes ago 15.5MB [2022-05-10T09:27:28.636Z] 14eca3e0e312 42 minutes ago 1.3GB [2022-05-10T09:27:28.636Z] 195a88ed59eb 42 minutes ago 1.31GB [2022-05-10T09:27:28.636Z] support-notifications-arm64 latest 08b75332aeb4 46 minutes ago 25.8MB [2022-05-10T09:27:28.636Z] ab91c3e0a545 47 minutes ago 1.36GB [2022-05-10T09:27:28.636Z] security-bootstrapper-arm64 latest 7edf4aeda779 49 minutes ago 18.3MB [2022-05-10T09:27:28.636Z] security-secretstore-setup-arm64 latest 6aedfb139b53 49 minutes ago 27.5MB [2022-05-10T09:27:28.636Z] ada794303947 49 minutes ago 1.32GB [2022-05-10T09:27:28.636Z] 5f23fc5f04b2 49 minutes ago 1.31GB [2022-05-10T09:27:28.636Z] ci-base-image-arm64 latest f12e9cf32280 About an hour ago 885MB [2022-05-10T09:27:28.636Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 725f1c02e7f9 2 weeks ago 551MB [2022-05-10T09:27:28.636Z] docker 20.10.14 c346e9eafbab 5 weeks ago 202MB [2022-05-10T09:27:28.636Z] alpine 3.14 ac73e934f311 5 weeks ago 5.34MB [2022-05-10T09:27:28.636Z] alpine 3.15 3fb3c9af89a9 5 weeks ago 5.32MB [2022-05-10T09:27:28.636Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 22 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-05-10T09:27:29.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T09:27:29.080Z] [2022-05-10T09:27:29.080Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-10T09:27:29.424Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T09:27:29.699Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-10T09:27:29.699Z] 8998bd30e6a1: Pulling fs layer [2022-05-10T09:27:29.699Z] 04944245beec: Pulling fs layer [2022-05-10T09:27:29.699Z] 699f458cf7ca: Pulling fs layer [2022-05-10T09:27:29.699Z] 765212b225bb: Pulling fs layer [2022-05-10T09:27:29.699Z] f23df028b6ca: Pulling fs layer [2022-05-10T09:27:29.699Z] d65c8cfc05b1: Pulling fs layer [2022-05-10T09:27:29.699Z] 2437ff75d9bd: Pulling fs layer [2022-05-10T09:27:29.699Z] 765212b225bb: Waiting [2022-05-10T09:27:29.699Z] f23df028b6ca: Waiting [2022-05-10T09:27:29.699Z] 2437ff75d9bd: Waiting [2022-05-10T09:27:29.699Z] d65c8cfc05b1: Waiting [2022-05-10T09:27:29.699Z] 04944245beec: Verifying Checksum [2022-05-10T09:27:29.699Z] 04944245beec: Download complete [2022-05-10T09:27:29.699Z] 765212b225bb: Verifying Checksum [2022-05-10T09:27:29.699Z] 765212b225bb: Download complete [2022-05-10T09:27:29.699Z] f23df028b6ca: Verifying Checksum [2022-05-10T09:27:29.699Z] f23df028b6ca: Download complete [2022-05-10T09:27:29.699Z] d65c8cfc05b1: Verifying Checksum [2022-05-10T09:27:29.699Z] d65c8cfc05b1: Download complete [2022-05-10T09:27:29.973Z] 699f458cf7ca: Verifying Checksum [2022-05-10T09:27:29.973Z] 699f458cf7ca: Download complete [2022-05-10T09:27:30.244Z] 8998bd30e6a1: Verifying Checksum [2022-05-10T09:27:30.244Z] 8998bd30e6a1: Download complete [2022-05-10T09:27:32.208Z] 2437ff75d9bd: Verifying Checksum [2022-05-10T09:27:32.208Z] 2437ff75d9bd: Download complete [2022-05-10T09:27:34.178Z] 8998bd30e6a1: Pull complete [2022-05-10T09:27:34.773Z] 04944245beec: Pull complete [2022-05-10T09:27:36.204Z] 699f458cf7ca: Pull complete [2022-05-10T09:27:36.476Z] 765212b225bb: Pull complete [2022-05-10T09:27:37.452Z] f23df028b6ca: Pull complete [2022-05-10T09:27:37.725Z] d65c8cfc05b1: Pull complete [2022-05-10T09:27:52.807Z] 2437ff75d9bd: Pull complete [2022-05-10T09:27:52.807Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-10T09:27:52.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T09:27:52.807Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-10T09:27:53.048Z] prd-ubuntu20.04-docker-arm64-4c-16g-46050 does not seem to be running inside a container [2022-05-10T09:27:53.129Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-10T09:27:56.064Z] $ docker top 848c7386217efacb3c9e6ee04c32690c49deaf4f1ecefdc1a8dd65850530ae9f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T09:27:57.087Z] ---> job-cost.sh [2022-05-10T09:27:57.087Z] lf-activate-venv: SKIPPING [2022-05-10T09:27:57.087Z] INFO: No Stack... [2022-05-10T09:27:57.683Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-10T09:27:58.653Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T09:27:59.314Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2022-05-10T09:27:59.314Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T09:27:59.349Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4014-3-stack-cost] [2022-05-10T09:27:59.354Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4014-3-stack-cost] did not exist. Created. [2022-05-10T09:27:59.354Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4014-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T09:28:00.023Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-10T09:28:00.225Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T09:28:00.234Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4014-3-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T09:28:00.243Z] $ docker stop --time=1 848c7386217efacb3c9e6ee04c32690c49deaf4f1ecefdc1a8dd65850530ae9f [2022-05-10T09:28:01.821Z] $ docker rm -f 848c7386217efacb3c9e6ee04c32690c49deaf4f1ecefdc1a8dd65850530ae9f [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-05-10T09:28:02.338Z] provisioning config files... [2022-05-10T09:28:02.349Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7811267745709307149tmp [Pipeline] { [Pipeline] sh [2022-05-10T09:28:02.652Z] + set +x [2022-05-10T09:28:02.652Z] + curl -s https://codecov.io/bash [2022-05-10T09:28:02.652Z] + bash -s -- [2022-05-10T09:28:02.652Z] [2022-05-10T09:28:02.652Z] _____ _ [2022-05-10T09:28:02.652Z] / ____| | | [2022-05-10T09:28:02.652Z] | | ___ __| | ___ ___ _____ __ [2022-05-10T09:28:02.652Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-10T09:28:02.652Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-10T09:28:02.652Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-10T09:28:02.652Z] Bash-1.0.6 [2022-05-10T09:28:02.652Z] [2022-05-10T09:28:02.652Z] [2022-05-10T09:28:02.652Z] ==> git version 2.25.1 found [2022-05-10T09:28:02.652Z] ==> 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-05-10T09:28:02.652Z] Release-Date: 2020-01-08 [2022-05-10T09:28:02.652Z] 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-05-10T09:28:02.652Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-10T09:28:02.652Z] ==> Jenkins CI detected. [2022-05-10T09:28:02.652Z] current dir:  /w/workspace/edgex-go/3 [2022-05-10T09:28:02.652Z] project root: . [2022-05-10T09:28:02.652Z] --> token set from env [2022-05-10T09:28:02.652Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-10T09:28:02.652Z] ==> Running gcov in . (disable via -X gcov) [2022-05-10T09:28:02.652Z] ==> Python coveragepy not found [2022-05-10T09:28:02.652Z] ==> Searching for coverage reports in: [2022-05-10T09:28:02.652Z] + . [2022-05-10T09:28:02.652Z] -> Found 1 reports [2022-05-10T09:28:02.652Z] ==> Detecting git/mercurial file structure [2022-05-10T09:28:02.652Z] ==> Reading reports [2022-05-10T09:28:02.652Z] + ./coverage.out bytes=435134 [2022-05-10T09:28:02.912Z] ==> Appending adjustments [2022-05-10T09:28:02.912Z] https://docs.codecov.io/docs/fixing-reports [2022-05-10T09:28:03.850Z] + Found adjustments [2022-05-10T09:28:03.850Z] ==> Gzipping contents [2022-05-10T09:28:03.850Z] 60K /tmp/codecov.3XKQ9u.gz [2022-05-10T09:28:03.850Z] ==> Uploading reports [2022-05-10T09:28:03.850Z] url: https://codecov.io [2022-05-10T09:28:03.851Z] query: branch=PR-4014&commit=2ea13d4d71dec0eefbfef02c7df302d6549ec815&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4014%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4014&job=&cmd_args= [2022-05-10T09:28:03.851Z] -> Pinging Codecov [2022-05-10T09:28:03.851Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4014&commit=2ea13d4d71dec0eefbfef02c7df302d6549ec815&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4014%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4014&job=&cmd_args= [2022-05-10T09:28:04.421Z] -> Uploading to [2022-05-10T09:28:04.421Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-10/00271124DB129430A58F1EEE437C3FCB/2ea13d4d71dec0eefbfef02c7df302d6549ec815/21560658-da42-4a44-863c-4ee3081e0595.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T092804Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=de5b9dbfd2b60ea1d4ec112726bbcdb911cc26651fd77f09844efaf3c4efae49 [2022-05-10T09:28:04.421Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T09:28:04.421Z] Dload Upload Total Spent Left Speed [2022-05-10T09:28:04.421Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59810 0 0 100 59810 0 257k --:--:-- --:--:-- --:--:-- 258k [2022-05-10T09:28:04.421Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2ea13d4d71dec0eefbfef02c7df302d6549ec815 [Pipeline] } [2022-05-10T09:28:04.431Z] 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-05-10T09:28:05.072Z] + [ -d /w/workspace/edgex-go/3/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-05-10T09:28:05.372Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T09:28:06.238Z] ---> package-listing.sh [2022-05-10T09:28:06.238Z] ++ facter osfamily [2022-05-10T09:28:06.239Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-10T09:28:06.499Z] + OS_FAMILY=debian [2022-05-10T09:28:06.499Z] + workspace=/w/workspace/edgex-go/3 [2022-05-10T09:28:06.499Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-10T09:28:06.499Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-10T09:28:06.499Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-10T09:28:06.499Z] + PACKAGES=/tmp/packages_start.txt [2022-05-10T09:28:06.499Z] + '[' /w/workspace/edgex-go/3 ']' [2022-05-10T09:28:06.499Z] + PACKAGES=/tmp/packages_end.txt [2022-05-10T09:28:06.499Z] + case "${OS_FAMILY}" in [2022-05-10T09:28:06.499Z] + dpkg -l [2022-05-10T09:28:06.499Z] + grep '^ii' [2022-05-10T09:28:06.499Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-10T09:28:06.499Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-10T09:28:06.499Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-10T09:28:06.499Z] + '[' /w/workspace/edgex-go/3 ']' [2022-05-10T09:28:06.499Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2022-05-10T09:28:06.499Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2022-05-10T09:28:06.512Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-10T09:28:06.793Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-10T09:28:07.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T09:28:07.353Z] [2022-05-10T09:28:07.353Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T09:28:07.654Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T09:28:07.654Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-10T09:28:07.654Z] 5eb5b503b376: Pulling fs layer [2022-05-10T09:28:07.654Z] 5c69ac0246d0: Pulling fs layer [2022-05-10T09:28:07.654Z] ec43610c2a17: Pulling fs layer [2022-05-10T09:28:07.654Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-10T09:28:07.654Z] 33b1e0a273af: Pulling fs layer [2022-05-10T09:28:07.654Z] 5d3b04190fa2: Pulling fs layer [2022-05-10T09:28:07.654Z] 2f39f015ded8: Pulling fs layer [2022-05-10T09:28:07.654Z] 33b1e0a273af: Waiting [2022-05-10T09:28:07.654Z] 2f39f015ded8: Waiting [2022-05-10T09:28:07.654Z] 5d3b04190fa2: Waiting [2022-05-10T09:28:07.654Z] 3a2ae6a8a46f: Waiting [2022-05-10T09:28:07.654Z] 5c69ac0246d0: Download complete [2022-05-10T09:28:07.654Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-10T09:28:07.654Z] 3a2ae6a8a46f: Download complete [2022-05-10T09:28:07.654Z] ec43610c2a17: Verifying Checksum [2022-05-10T09:28:07.654Z] ec43610c2a17: Download complete [2022-05-10T09:28:07.654Z] 33b1e0a273af: Verifying Checksum [2022-05-10T09:28:07.654Z] 33b1e0a273af: Download complete [2022-05-10T09:28:07.913Z] 5d3b04190fa2: Download complete [2022-05-10T09:28:07.913Z] 5eb5b503b376: Verifying Checksum [2022-05-10T09:28:07.913Z] 5eb5b503b376: Download complete [2022-05-10T09:28:08.480Z] 2f39f015ded8: Download complete [2022-05-10T09:28:09.048Z] 5eb5b503b376: Pull complete [2022-05-10T09:28:09.307Z] 5c69ac0246d0: Pull complete [2022-05-10T09:28:09.566Z] ec43610c2a17: Pull complete [2022-05-10T09:28:09.825Z] 3a2ae6a8a46f: Pull complete [2022-05-10T09:28:09.825Z] 33b1e0a273af: Pull complete [2022-05-10T09:28:10.084Z] 5d3b04190fa2: Pull complete [2022-05-10T09:28:14.272Z] 2f39f015ded8: Pull complete [2022-05-10T09:28:14.272Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-10T09:28:14.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T09:28:14.272Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-10T09:28:14.335Z] prd-ubuntu20.04-docker-8c-8g-46049 does not seem to be running inside a container [2022-05-10T09:28:14.426Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-10T09:28:16.023Z] $ docker top 6274e89183ed7308890ce0356fb165e05afcf829446008765c362ccf86779dfb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T09:28:16.364Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-10T09:28:16.653Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-10T09:28:16.941Z] + ls /var/log/sa-host [2022-05-10T09:28:16.941Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T09:28:17.028Z] provisioning config files... [2022-05-10T09:28:17.036Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config197389034972384657tmp [Pipeline] { [Pipeline] echo [2022-05-10T09:28:17.048Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T09:28:17.332Z] ---> create-netrc.sh [Pipeline] } [2022-05-10T09:28:17.340Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-10T09:28:17.666Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-10T09:28:17.674Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T09:28:17.961Z] ---> sudo-logs.sh [2022-05-10T09:28:17.961Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-10T09:28:17.982Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T09:28:18.268Z] ---> job-cost.sh [2022-05-10T09:28:18.268Z] lf-activate-venv: SKIPPING [2022-05-10T09:28:18.268Z] DEBUG: total: 0.2199999988079071 [2022-05-10T09:28:18.268Z] INFO: Retrieving Stack Cost... [2022-05-10T09:28:18.528Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T09:28:19.098Z] INFO: Archiving Costs [Pipeline] echo [2022-05-10T09:28:19.113Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T09:28:19.399Z] ---> logs-deploy.sh [2022-05-10T09:28:19.399Z] lf-activate-venv: SKIPPING [2022-05-10T09:28:19.399Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4014/3 [2022-05-10T09:28:19.399Z] INFO: archiving workspace using pattern(s): [2022-05-10T09:28:20.340Z] Archives upload complete. [2022-05-10T09:28:20.599Z] INFO: archiving logs to Nexus