Tobias Trabelsi
Tobias Trabelsi
I have the same issue and i am not using rancher. kubectl is able to use ``` ... clusters: - cluster: certificate-authority-data: ... ... ``` while the python client seems...
as there seems to be no traction here or by the looks of the investigation done by @OriHoch the issue might not even relate to this repository, could we maybe...
I guess this is only a valid solution if you are using static tokens in vault. Utilizing the vault in k8s login as stated in the creation of the ticket...
Hi @loewenheim , here for example: https://github.com/getsentry/sentry-cli/releases/tag/2.21.2 or if this is better next to the CDN download location that is noted in the docs that this would be fine as...
@loewenheim could you maybe add the status backlog label here so the bot does not autoclose it?
@loewenheim is there any decision where the hashes should be? do you accept PRs for this?
Hi @szokeasaurusrex , this goes more in the direction of securing the supply chain. if TLS would be sufficient there would not be projects like [cosign](https://github.com/sigstore/cosign) or the [SLSA framework](https://slsa.dev/spec/v1.0/)...
Hi @szokeasaurusrex , this is a rather ugly file format because of the `-` in the json file but i could make it work. ```Dockerfile FROM ubuntu:24.04 ARG SENTRY_CLI_VERSION=2.32.1 RUN...
@szokeasaurusrex i can confirm that i could make it work and this is not blocking. the improvement would be to use a standard format that is readable by the `sha256sum`...
adding the volume fixes the database ping error for me, but i cant login after that. everything just ends in a github 404. am i missing something else?