Compare commits
No commits in common. '0ed6c29ee8393dddff6003f7d798d6e16d60c09b' and '7b5325c8bd385bbd3faddadf07e12610cc46c2c3' have entirely different histories.
0ed6c29ee8
...
7b5325c8bd
6 changed files with 2 additions and 26 deletions
@ -1,8 +0,0 @@
|
||||
FROM homebrew/brew |
||||
|
||||
RUN brew install aws-vault && brew install awscli |
||||
RUN curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb" -o "session-manager-plugin.deb" && sudo dpkg -i session-manager-plugin.deb |
||||
|
||||
ENV AWS_VAULT_BACKEND=file |
||||
ENV AWS_VAULT_FILE_DIR=./vault |
||||
ENV AWS_CONFIG_FILE=./config |
||||
@ -1,6 +0,0 @@
|
||||
{ |
||||
"name": "CORE aws-vault", |
||||
"build": { |
||||
"dockerfile": "Dockerfile" |
||||
} |
||||
} |
||||
@ -1,5 +0,0 @@
|
||||
# CORE AWS/AWS-vault dev container |
||||
|
||||
Sets up aws CLI & aws-vault CLI, as well as config storage. |
||||
|
||||
See [internal documentation](https://softwiretech.atlassian.net/wiki/spaces/Support/pages/21648277643/CORE+AWS+Tasks#Accessing-a-database) for further description on configuring this with our infrastructure. |
||||
Loading…
Reference in new issue