Rémy Greinhofer
Rémy Greinhofer
Thank you very much!
Would you still want to review and approve the PRs before merging them? Since the project does not compile anymore, I envision a few changes, like for instance using `serde_yaml`...
Thanks to @agray-22 's comment, I can confirm that explicitly adding the `roles/viewer` role to my custom service account solved the issue. It is not clear to me why `roles/storage.admin`...
I believe it is still relevant and should be addressed.
Yes, I believe it is.
Yes, it is still relevant.
Behave 1.2.6 added some decorators to [Testing asyncio Frameworks ](https://behave.readthedocs.io/en/latest/new_and_noteworthy_v1.2.6.html#testing-asyncio-frameworks). That may be inspirational to implement something similar for pytest-bdd.
You should be able to verify the signature from the tekton task like this: ```bash tkn tr describe --last -o jsonpath="{.metadata.annotations.chains\.tekton\.dev/signature-taskrun-$TASKRUN_UID}" | base64 -d > sig cosign verify-blob --key k8s://tekton-chains/signing-secrets...
This small crate may help: https://github.com/rgreinho/trauma.