You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Sporadically a pod will fail to come online failing with an error of invalid URL escape. However deleting the pod and having it recreate resolves the problem. Restarts of the existing pod does not work it just crash loops To Reproduce
Steps to reproduce the behavior:
Unable to reproduce manually. Seems to happen sporadically.
Expected behavior
Environement Injector works as expected.
Logs
If applicable, add logs to help explain your problem.
Pod Logs
I0925 14:38:53.521742 1 version.go:31] "version info" version="" commit="11d9861" buildDate="2022-04-18T15:59:28Z" component="vaultenv"
I0925 14:38:53.521956 1 main.go:184] "azure key vault env injector initializing"
I0925 14:38:53.522265 1 main.go:253] "found original container command" cmd="/usr/bin/dotnet" args=[dotnet cs.Service.Autoquoting.dll]
I0925 14:38:53.522388 1 authentication.go:98] "checking if current auth service credentials are stale" url="http://akv2k8s-envinjector.akv2k8s.svc:80/auth/autoquoting/cs-autoquoting-67ff4c4c56-4wptf?secret=akv2k8s-cs-autoquoting"
I0925 14:38:53.592012 1 authentication.go:111] "auth service credentials ok" url="http://akv2k8s-envinjector.akv2k8s.svc:80/auth/autoquoting/cs-autoquoting-67ff4c4c56-4wptf?secret=akv2k8s-cs-autoquoting"
I0925 14:38:53.592272 1 authentication.go:147] "requesting azure key vault oauth token" url="https://akv2k8s-envinjector.akv2k8s.svc:9443/auth/autoquoting/cs-autoquoting-67ff4c4c56-4wptf"
I0925 14:38:53.622839 1 authentication.go:167] "successfully received oauth token"
E0925 14:38:53.646406 1 main.go:347] "failed to read secret from azure key vault" err="keyvault.BaseClient#GetSecret: Failure preparing request: StatusCode=0 -- Original Error: parse \"%!(EXTRA string=webVault1)\": invalid URL escape \"%!(\"" azurekeyvaultsecret="autoquoting/loganalyticskey"
Note: Make sure to check out known issues (https://akv2k8s.io/troubleshooting/known-issues/) before submitting
Components and versions
Select which component(s) the bug relates to with [X].
[ ] Controller, version:
1.5.0-beta.6
(docker image tag)[X ] Env-Injector (webhook), version:
1.5.0-beta.6
(docker image tag)[ ] Other
Describe the bug
Sporadically a pod will fail to come online failing with an error of
invalid URL escape
. However deleting the pod and having it recreate resolves the problem. Restarts of the existing pod does not work it just crash loopsTo Reproduce
Steps to reproduce the behavior:
Unable to reproduce manually. Seems to happen sporadically.
Expected behavior
Environement Injector works as expected.
Logs
If applicable, add logs to help explain your problem.
Pod Logs
Env Injector Logs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: