Skip to content

Commit

Permalink
Fix envoy-sds-v3 integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
  • Loading branch information
amartinezfayo committed Mar 14, 2024
1 parent 040b985 commit 6571b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/suites/envoy-sds-v3/00-test-envoy-releases
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ setup-tests() {
/opt/spire/bin/spire-server entry create \
-parentID "spiffe://domain.test/spire/agent/x509pop/$(fingerprint conf/upstream-agent/agent.crt.pem)" \
-spiffeID "spiffe://domain.test/upstream-workload" \
-selector "unix:uid:1000" \
-selector "unix:uid:0" \
-ttl 0

log-debug "creating registration entry for downstream workload..."
docker-compose exec -T spire-server \
/opt/spire/bin/spire-server entry create \
-parentID "spiffe://domain.test/spire/agent/x509pop/$(fingerprint conf/downstream-agent/agent.crt.pem)" \
-spiffeID "spiffe://domain.test/downstream-workload" \
-selector "unix:uid:1000" \
-selector "unix:uid:0" \
-ttl 0
}

Expand Down

0 comments on commit 6571b6a

Please sign in to comment.