Customer feature request: CLI auth, with polling. I really don’t like to have API tokens stored long term. I know we can rotate keys, but anything more often than monthly is really a pita (imho). I’d like to see something in the lines of kosli login or similar with an browser-based authentication flow. Bonus points if it uses polling (like gh cli) rather than localhost callback as callback does not work well over ssh or similar. This is only for human users, service accounts would still use tokens (or better, OIDC).
Customer feature request: CLI auth, with polling. I really don’t like to have API tokens stored long term. I know we can rotate keys, but anything more often than monthly is really a pita (imho). I’d like to see something in the lines of
kosli loginor similar with an browser-based authentication flow. Bonus points if it uses polling (like gh cli) rather than localhost callback as callback does not work well over ssh or similar. This is only for human users, service accounts would still use tokens (or better, OIDC).