Hidetake Iwata

Results 100 comments of Hidetake Iwata

v1.32.1 is available with the fix of https://github.com/int128/kubelogin/pull/1257. I think it is difficult to cover all edge cases in the fallback mode. I tested the keyring on Linux and it...

I think the fallback mode will cause the complicated problem. It needs to handle a case if both keyring and disk have the credentials. For example, 1. It stores the...

That's right. I think we will be able to enforce keyring usage by default when the implementation is enough mature.

I think this solution is very specific for Azure AD. I'd like to suggest to support custom HTTP headers as https://github.com/int128/kubelogin/pull/1359. Could you check if it solves this issue?

Fixed in https://github.com/int128/kubelogin/releases/tag/v1.32.2

I got the same error when trying `docker run` on GitHub Actions. Here is my script and result. ```yaml jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - run: |...

I found the workaround at https://github.com/GoogleContainerTools/kaniko/issues/1542#issuecomment-999545027. I added `-e container=docker` to the docker args and finally it works! ```yaml - run: | docker run --rm \ -v $(pwd)/helloworld:/workspace:ro \ -e...

I'm trying to resolve this issue in https://github.com/int128/groovy-ssh/pull/299

I just enabled Renovate as https://github.com/int128/groovy-ssh/pull/279. We will soon receive a pull request to bump the version.