Pavel Raiskup
Pavel Raiskup
On Thursday, August 2, 2018 3:43:45 PM CEST Mike wrote: > I guess it's not clear, or I did not find what I need to do to > the centos/postgresql-96-centos7...
Note to myself, we should add `README` into https://github.com/sclorg/postgresql-container/tree/master/examples/s2i-dump-data (at least) explaining the basic "howto".
In the beginning, this issue seemed to be about additional roles, but during start of the container. Now it looks like we need to make some async actions for changing...
Such change sounds like way to have race conditions pretty easily .. it sounds like there should be some container API where environment (openshift) should be able to request changing...
I'm still interested in the `no credentials in logs`. How that can be **guaranteed** that password is not going to occur in logs? That still requires maintainer to keep the...
> 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...
> Volume mounts are eventually consistent. Can you clarify what race conditions you expect? I can not think of a scenario in which it won't converge to the correct outcome....
> I can only see set -x in the test script and not on production logs in a few postgresql containers. Correct, sorry for mystification. `set -x` is not enabled,...
On Tuesday, September 27, 2016 8:20:09 AM CEST Tobias Florek wrote: > Re password change race: do you mean that the application might have the wrong password for a small...
I still don't see what happens if the request isn't correctly handled.. but app thinks it is handled. That can happen because of low-memory issue, queue problem or whatever other...