Connor Poole
Connor Poole
I too have this issue but with the bucket attribute inside the uploadFile function scope.$eval(attrs.bucket) produces 0 no matter what. However attrs.bucket works fine
for this to work vault would also need to detect if the endpoint was running in HA mode... detecting which one of the cluster entities is sealed could be challenging,...
@djenriquez also thinking outloud: both the endpoint field and keys field should be arrays. endpoint as an array so you can unseal a whole cluster. keys as an array because...
@tallpauley does this PR in vault solve CORS https://github.com/hashicorp/vault/pull/2021 ? here's the documentation in vault: https://www.vaultproject.io/api/system/config-cors.html it seems like it would be enough to begin work on this
@tallpauley if it's truly just front end only I'd say have a docker-compose.yml for development that spins up a vault container and a container with npm watch && npm serve...
some of our migrations can take upwards of 24 hours for back-filling massive tables. Would be great if these long migrations didn't block future migrations
I see this error randomly during periods of high container churn on our test box. (testing roughly 30 containers at the same time). one or two times out of thirty...
Yep, that was my thought. Adding this to the sync job to untar the charts and save to mongo sounds the easiest. I can put together a formal proposal this...
@jtblin @jrnt30 Our team has been using this in production for over a year now and have been very happy with it. We'd be happy to help maintain for the...
what type of slave launching are you using? ssh or jnlp? regardless what you really want is launching slaves on docker swarm... which is open here https://github.com/KostyaSha/yet-another-docker-plugin/issues/54