I’m using the Pinniped Cli in Zsh (oh my zsh) in Mac to authenticate into Kubernetes clusters. When I run a kubectl command, and I’m not authenticated, Pinniped generates a link to authenticate and waits for you to paste the token:
`Log in by visiting this link:
https://someAuthLinkandStuff
Optionally, paste your authorization code: `
The thing is, it automatically opens multiple browser windows, 10 or more, making multiple request to the Pinniped server.
Is there a way to disable the terminal so it does not automatically opens the link generated by Pinniped?
I couldn’t find the answer in Google, probably because I’m not using the right search terms.
Thanks!
I searched in Google but couldn’t find the answer
GenderBender is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.