Skip to content

Commit

Permalink
Update kind.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <bcsati@cisco.com>
  • Loading branch information
csatib02 committed May 16, 2024
1 parent e1a08a9 commit fc446a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ kubectl apply -f pod.yml
JWT=$(kubectl exec -it nginx -- cat /var/run/secrets/tokens/vault-token)

curl http://127.0.0.1:8200/v1/auth/jwt/# \
--data "{\"jwt\": \"$JWT\", \"role\": \"demo\"}" | jq
--data "{\"jwt\": \"$JWT\", \"role\": \"demo\"}" | jq

0 comments on commit fc446a0

Please # to comment.