Skip to content

Commit

Permalink
Fix cli
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Memon <[email protected]>
  • Loading branch information
faisal-memon committed Nov 11, 2024
1 parent 1b3df91 commit 21bc8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/tests/it/change-entry-client-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ restore-entry(){
-parentID $PARENTID \
-spiffeID spiffe://example.org/client \
-selector unix:uid:72 \
-ttl 100 \
-x509SVIDTTL 100 \
-dns client

echo "Entry restored"
Expand Down Expand Up @@ -54,7 +54,7 @@ bad-entry(){
-parentID $PARENTID \
-spiffeID spiffe://example.org/client \
-selector unix:uid:72 \
-ttl 100 \
-x509SVIDTTL 100 \
-dns testuser1

echo "Entry changed, now with dns=testuser1"
Expand Down

0 comments on commit 21bc8fb

Please sign in to comment.