kalle (jag)

Results 272 comments of kalle (jag)

I tried implementing the following in our project and it works really well: ```go func SetKindKubeconfig() error { kindOptions := []string{"get", "kubeconfig", "--name", GetKindCluster()} cmd := exec.Command("kind", kindOptions...) kubeconfig, err...

> Hi @applejag 👋 > > Many improvements have been made step by step in the default scaffolds based on community feedback. > From what you raised here, it seems...

Let's wait a little for @d-uzlov to respond, but I had a thought that we should look at `kubectl annotate`, `kubectl cordon`, and `kubectl uncordon` too while we're at it.

If we implement this, then I'd like our themes to have a non-light and non-dark variant, and then introduce an additional `auto` theme that will become the new default. Logic...

@phamviet funny, I'm debugging this atm too. Scary seeing "now" instead of a timestamp Setting `subject_token_type=urn:ietf:params:oauth:token-type:id_token` as you suggested did fix it for me too! (and leave `requested_token_type=urn:ietf:params:oauth:token-type:access_token`) One thing...

> Is the documentation going to be updated? It would be beneficial for anyone to find this information in the documentation, rather than in GitHub issues. I created a PR...

> By the way, have you found if there's a way to "hide" the github-actions connector from being shown on the dex login page? I haven't found a way to...

Hello again @semihbkgr, thanks for reporting this! :) This is a known issue, but not an issue with any seemingly simple solutions. I've been thinking about this one from time...

Thanks for this! Will look into it later. I'm currently busy with a holiday

This tool currently only supports generating one schema per invocation. So yes, a for loop or some `find` trickery is needed. But allowing for some sort of recursive execution would...