Closed yolocs closed 1 year ago
https://github.com/abcxyz/jvs/blob/main/pkg/cli/token.go#L156-L158
With --insecure flag, we now will skip generating the idtoken for requests. But --insecure only means no TLS. We should continue to generate idtoken so the server knows who is requesting.
--insecure
No response
NA
TL;DR
https://github.com/abcxyz/jvs/blob/main/pkg/cli/token.go#L156-L158
With
--insecure
flag, we now will skip generating the idtoken for requests. But--insecure
only means no TLS. We should continue to generate idtoken so the server knows who is requesting.Expected behavior
No response
Observed behavior
No response
Environment Details
Additional information
No response