We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4614382 commit a6947f3Copy full SHA for a6947f3
README.md
@@ -153,6 +153,9 @@ path=/apis/subresources.kubevirt.io/v1/namespaces/kube-gateway/virtualmachineins
153
# Create a token payload for accessing the API path for 1 hour, starting now.
154
data="{\"URLs\":[\"${path}\"],\"duration\":\"1h\"}"
155
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
159
proxyurl=https://192.168.39.134:30345 # Use the URL of the gateway proxy
160
161
# Use the /auth/jwt/request endpoint to sign the token payload using the private key secret.
0 commit comments