Thomas Munn
Thomas Munn
it looks like I could if I use the following environment variable: AWS_PROFILE=test-account myapp might want to include this as an option in the dockerfile?
Looks like it won't work. Would be nice PR to use an instance profile no secretz then.
I would be happy to have a 'live' session via ms teams or other. I can't program, but I am a very good sysadmin. I keep running into you in...
How does one go about writing a specifications doc (I can do it if there is a guide /template?)
Haven't looked at this in quite a while. I can check if you want.
You could just use ldap and run through stunnel. It supports all of the tls stuff natively. Just set your local endpoint to 127.0.0.1 xxxx (xxxx being a port of...
Dumb question, I didn't fork, I copied and then modified. Most of my mods are simply new dockerfiles, and some 'npm audit fix' and a docker-compose.yml. I am not a...
I suspect the main culprits are going to be our package-lock and package.json. Not sure what 'npm audit fix -f' modifies.
dumb question: How can I apply this configuration to my worker nodes w/o manually copying? Fairly new to eks.
output of tfplan in text: ``` Terraform will perform the following actions: # aws_instance.kaeptn-eichhorn will be created + resource "aws_instance" "kaeptn-eichhorn" { + ami = "ami-13b8337c" + arn = (known...