Hidetake Iwata

Results 86 comments of Hidetake Iwata

Could you try `-it` flag of the docker args?

It seems Keycloak supports PKCE and should work with kubelogin. https://www.keycloak.org/2021/05/keycloak-1300-released.html

AFAIK, EKS does not support OIDC authentication.

Thanks! I think the message indicates that the cluster could not validate the token. Please check an error log of the EKS control plane in CloudWatch Logs.

My understanding is that the authorization server checks if the client (i.e. kubelogin) is valid using the Client ID and Secret. It prevents access from unauthorized clients such as outsite...

Would you provide the root cause of stack trace? You can see stack trace by `./gradlew -s` option. For example, ``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':generateSwaggerCodePetstore'. (snip) Caused by:...

I released the new version with Gradle 7 support. https://github.com/int128/gradle-swagger-generator-plugin/releases/tag/2.19.0

It is not supported yet. It will be supported in the future release.

Thank you for your suggestion. At this time the plugin does not support Swagger UI options. You can replace the default `index.html` with your one after the task. See the...

I tried IRSA (IAM Roles for Service Accounts) but got the following error: ``` failed to compute secret for cr: failed to get json secret as map: WebIdentityErr: failed fetching...