i am following the instructions here for how to configure vault for sharing secrets.
ultimately i just want to get my bot's creds to git resources.
i am deploying via docker compose, and have successfully added a vault server to compose.
- where do i run the
concourse atccommands?atcis not a valid command off of theconcoursebinary found in theconcourse/concourseimages - can get away from needing this separate secret service entirely if i just put some creds in a file on my box somewhere? if not, can i run it over http vs https? its all in a trusted environment already
thanks!