Miloš Prchlík

Results 416 comments of Miloš Prchlík

> > * secrets for tmt (various tokens, credentials, passed to plugins) > > Could tmt have the ability to read the secrets for a file as well? (eg. `--secret-file`)...

@kkaarreell IIRC, you proposed there should be keys that would allow developers to expose only some of the secrets to a particular test, correct? For example, something along the lines...

It can certainly be introduced later, first version can simply expose all secrets to all tests and plans, as it is done with envvars today.

![2024-05-02_22-05](https://github.com/teemtee/tmt/assets/116509/06a5db90-173b-44ff-b58e-522c74ba99bd)

Sounds also like a good idea for yet another `tmt * lint` check, one that looks not just at a single object at a time, but also keeps some notion...

> I agree, I think it would fit good as another lint check. And yes, if I understand it correctly (but only had a brief look at it), I'd need...

We don't have a linter level that would focus on the repository, to consider objects as they are in it. We have `tmt test lint` which basically means "all tests",...

Unrelated failures, enough approvals, merging.