Andreas Klöber

Results 16 comments of Andreas Klöber

Yes, sure it is the same problem with the ITM Gitflow fork but there has already been some back and forth: A switch to HTTPS has already been committed in...

Hi @pstadler I'm working on a pull request for that. What do think about registration with the following synopsis `registerCommand(cmdName, cmdDef[, defaultOptions])` that can be used like so: ``` plan.registerCommand('mkpdir',...

@pstadler: -> 1. Well, so far `flightplan` is the only exposed object, so there is no real alternative to that without changing the API of the entire package. Maybe the...

Hi there, I ran into the same error too after installing FormatSQL an hour ago (ST 2.0.2, Build 2221, Mac OSX 10.8.5, Python 2.7.2). Greets Andreas

I investigated a little further and found that the cause is the migration from the Python 2 way of defining meta classes with a `__metaclass__` attribute to the Python 3...

@synapdk Sure you can but then you need to provide the entire application configuration via Docker secrets. I think in most cases this is not what we want. Default and...

@lorenwest This only works when the symlink is created at container start-time before the node process is started and thus makes the container entrypoint more complex.

@synapdk You are right, I didn't know about the possibility to list multiple directories. Given that `node-config` does not conflict with other secrets that are mounted at `/run/secrets`(like SSH-keys), appending...

@lorenwest I agree that complexity is similar. Another downside of the symlink-approach is that the run-user then needs to have write privileges on the `NODE_CONFIG_DIR` directory which is suboptimal from...

@lorenwest Yes, it's simple but you still have to implement that module for config management of secrets yourself. In the end you have 2 different mechanisms for accessing config values...