Skip to content

Commit a6947f3

Browse files
authored
Update README.md
1 parent 4614382 commit a6947f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ path=/apis/subresources.kubevirt.io/v1/namespaces/kube-gateway/virtualmachineins
153153
# Create a token payload for accessing the API path for 1 hour, starting now.
154154
data="{\"URLs\":[\"${path}\"],\"duration\":\"1h\"}"
155155
token=$(cat token) # Use a k8s token that can access the private key for signing the JWT
156+
157+
# On minikube get the url:
158+
# minikube service kube-gateway-svc -n kube-gateway
156159
proxyurl=https://192.168.39.134:30345 # Use the URL of the gateway proxy
157160

158161
# Use the /auth/jwt/request endpoint to sign the token payload using the private key secret.

0 commit comments

Comments
 (0)