Guillaume Onfroy

Results 40 comments of Guillaume Onfroy

@raphaelauv @ArcLightSlavik I believe the status code is coming from here: https://github.com/tiangolo/fastapi/blob/55b9faeb48f9c8676cd56adc8f8d75040e3f1010/fastapi/security/http.py#L114 My setup is the following: ``` ... from fastapi.security import HTTPBearer security = HTTPBearer() @app.get("/test") async def test(bearer_token...

To be clear here: I only want to support Authorization header to do the JWT verification. I don't want to support the full OAuth2 flows which is why I'm not...

I agree that `spec.source.targetRevision` is missing from the scope of the updater. It feels like a very odd inconsistency to have a control mechanism over the image versions but not...

I'm noticing it indeed overrides `match` and `match_dir` configs when using the pre-commit hook since the files are passed as positional arguments. Which makes the hook useless as far as...

Personally I find very cumbersome (and counter-intuitive) the necessity to start a pod in order a the secret to be created. I was hoping for a solution that easily bridges...

@pndaza You should open a PR for this. It's clearly a very obvious optimisation the maintainers should merge.

Another quick feedback: I also find very cumbersome the necessity to start a pod in order for a secret to be created. I would say even counter intuitive when looking...

I experience the same issue here trying to switch from `latest` to `semver` with a `kustomization` setup. Logs: ``` time="2022-11-08T17:49:01Z" level=debug msg="Considering this image for update" alias=gcs application= image_name=/docker/ image_tag=latest...

> How exactly did you do this? We changed the helm chart version. We literally just reverted the Renovate bot commit. ## `1.5.12` ### `pip list` ``` Package Version ---------------------------...

> Do you have anything like automated recurring queries against the webserver? Well only the `readinessProbe` from your chart. Turns out we actually still observe the same behaviour after rolling...