Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information