-
Notifications
You must be signed in to change notification settings - Fork 7
feat: auth with polling #925
Copy link
Copy link
Open
Labels
customer-requestFor issues reported/inspired by customers - solution reported via community slack and to customerFor issues reported/inspired by customers - solution reported via community slack and to customerenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
customer-requestFor issues reported/inspired by customers - solution reported via community slack and to customerFor issues reported/inspired by customers - solution reported via community slack and to customerenhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for Feature.
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).