Skip to content

Commit

Permalink
Fix envoy-sds-v3-spiffe-auth integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Agustín Martínez Fayó <[email protected]>
  • Loading branch information
amartinezfayo committed Mar 14, 2024
1 parent f3e1e71 commit d112fcb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ setup-tests() {
/opt/spire/bin/spire-server entry create \
-parentID "spiffe://federated-domain.test/spire/agent/x509pop/$(fingerprint conf/downstream-federated/agent/agent.crt.pem)" \
-spiffeID "spiffe://federated-domain.test/downstream-proxy" \
-selector "unix:uid:1000" \
-selector "unix:uid:0" \
-federatesWith "spiffe://domain.test" \
-ttl 0

Expand All @@ -66,7 +66,7 @@ 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-proxy" \
-selector "unix:uid:1000" \
-selector "unix:uid:0" \
-federatesWith "spiffe://federated-domain.test" \
-ttl 0

Expand All @@ -75,7 +75,7 @@ setup-tests() {
/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-proxy" \
-selector "unix:uid:1000" \
-selector "unix:uid:0" \
-ttl 0
}

Expand Down

0 comments on commit d112fcb

Please sign in to comment.