Open BenediktFloeser opened 1 month ago
Sure, that sounds interesting, what type of interface are you looking for? The current interface is obviously geared towards a kubeconfig file and kubectl which will invoke this binary to generate the token and then use it.
Hi there! I've just come across this project and it seems very useful! I have a use case where I'd really like to avoid having to install the full
gcloud
chonker but I need to impersonate a service account and get a token for it. Is this something you'd be willing to implement/consider?