Tobias Florek

Results 127 comments of Tobias Florek

some other feedback re check-pvp (which is a great idea). i get the following error constantly because i have a recent (not yet released) cabal which i install sandboxed. ```...

thanks for your comments. i _know_ why this happens (i am running cabal head and compiled check-pvp with an older cabal library). i was wondering whether this can be mitigated...

/remove-lifecycle stale /lifecycle frozen This is still valid. Is the image published somewhere? If so I can send a pull request without any problems.

Well, now that secrets get updated automatically, I'd like to get a run at this issue. My plan of action is the following. I do welcome comments on the approach....

Should be possible, but is harder to monitor. Fine with me either way.

I guess you can say that's a meta-issue. For my part, there are three things I'd like: - Storing credentials in secrets (benefit: no credentials in logs, one place to...

Well, right now every environment variable set as env variable will be visible in the host's docker logs as well as openshift's node and master logs. With secrets, that's not...

I missed your comment re race conditions above. Volume mounts are eventually consistent. Can you clarify what race conditions you expect? I can not think of a scenario in which...

Oh, I get what you mean. I was worried not about the container's log but the cluster's log. You are right, that the other thing should be fixed as well,...

Re password change race: do you mean that the application might have the wrong password for a small amount of time? I don't see how that can be prohibited without...