Alan Scherger
Alan Scherger
``` ==> default: Adding box 'maier/alpine-3.5-x86_64' (v1.0.0) for provider: virtualbox default: Downloading: https://vagrantcloud.com/maier/boxes/alpine-3.5-x86_64/versions/1.0.0/providers/virtualbox.box ==> default: Successfully added box 'maier/alpine-3.5-x86_64' (v1.0.0) for 'virtualbox'! ``` looks like it exists in vagrant cloud....
i have this same problem: code: 1.16.0-1504714880 os: Ubuntu 17.04 vagrant: 2.0.0
so it looks like version ` 1.0-1.1597` is actually packaged with both.................. ``` $ apt-cache policy codedeploy-agent codedeploy-agent: Installed: 1.0-1.1597 Candidate: 1.0-1.1597 Version table: *** 1.0-1.1597 100 100 /var/lib/dpkg/status ```...
Also @kpacha if you're using [marathon](https://mesosphere.github.io/marathon/) to do docker deploys on mesos then this change isn't actually required. You just have to know about some marathon wizardry whereby when you...
@cbroglie I see you've been the one cutting these releases. Is there any chance we could get a new release of binaries to https://pkg.cfssl.org/ ? After embarrassingly losing a day...
Hey @shedyfreak thanks for trying to help! This issue is an issue with Goland both with its Run and Debug console. > Hmmm I think I m missing something here,...
speaking of exit codes -- have you ever written an rspec formatter for maven failsafe?
Perhaps I'm just blind, but I can't find anywhere that claims Consul ACL Policies work similar to Vault's with regards to Idenities, but I think it would be neat if...
but seriously, why aren't we using the default CredentialProviderChain ?? https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CredentialProviderChain.html https://github.com/aws/aws-sdk-js/blob/f1c689ffbca0d21d7bd359d5d4a5f1bd2b498a8b/lib/node_loader.js#L58-L70
@drissamri i've been using [aws-vault](https://github.com/99designs/aws-vault) like so: ``` aws-vault exec profile_name -- sls ... ``` which just causes sls to rely on environment variables existing.