Jochen Grün
Jochen Grün
Will this be integrated? This would be especially useful to auto verify email addresses in combination with oauth2-proxy.
Would it at least be possible to provide a binary release on the release page as long as this does not work. The last binary release is from the 0.5.0...
Any interest in this feature?
Then I will start implementing a feature toggle for it and will see that I add some tests.
So I started looking into this feature and implementing a feature flag for it. Currently I am not sure how a feature flag may be best implemented for this. I...
You are correct in your understanding Jason. The pods can only redact secrets that they know and have access to. And they will query the API server for this. The...
Some more things to consider: I would advice to extend this in the future so multiple secret detection algorithms can be used. Secrets have so many sources meanwhile that it...
I thought about the implenentation again over the weekend. If there is currently no contact between tekton pipeline run pods and the API server it would be a grave error...
Today I implemented the code to tell the pod where to find secrets, it has access to. The controller looks for secret refs in volumes and env and also for...
Yes the only thing remaining is the documentation and some testing, manually to convince myself and fixing one of the pipelines that does not work. Btw I am clueless what...