You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user specifies --insecure (most often to run locally), he should
be able to use the token that may be already locally stored (with the
recent introduction of local tokens) so we should not force the use to
write something like
`myctl cmd --insecure --token $(myctl auth print-identity-token)`
when the cli is already able to automatically supply the `--token` flag.
0 commit comments