-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementation issue #23
Comments
im experiencing the same issue but only in standard clusters... it does work on autopilot clusters (using self-signed certificate) |
I've set this up recently and can definitely say it works for us. One thing I had to adjust was moving the service and application to port
After that it worked because the webhook was no longer timing out. One thing that helped me in debugging was tuning the |
I had the same issue. In my case, there was a problem with the CA bundle (it was base64 encoded twice). This doesn't show up as an error, but it just never triggers the webhook. After I changed the CA bundle, then the webhook got triggered. |
I've deployed gtoken as mentioned in read me. But I couldn't achieve to access aws resource. Actually, webhook doesn't run properly. I couldn't see any log in webhook pod. there is only following logs
time="2023-03-24T09:26:19Z" level=info msg="listening on https://:8443"
when I tried aws command in test pod I saw the following error.
Unable to locate credentials. You can configure credentials by running "aws configure".
Also, I couldn't see any environment variables related with AWS in test pod after creation. I expect webhook adds some aws related variables after pod creation.
The text was updated successfully, but these errors were encountered: