Adrian
Adrian
I've used an ansible role to install the bastion, I guess that I'll need to build from source, I could test it next week ^^ If it helps, I'm running...
Alright, I'll test it when I can and post the results here
Alright, I'm going to test this out today or tomorrow. I'll add a couple of comments related to other issues I've found these days: - Creating an account with TTL...
It fails when executing the command "shipper" with auth: ``` Traceback (most recent call last): File "demo/cli.py", line 300, in cli() File "/home/adsanz/Downloads/loki-shipper/venv/lib/python3.8/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs)...
For this to work "loki_user" and "loki_password" should be renamed to "user" and "password" since that's the name they get from `click.options()` @mihai-dobre ```python @cli.command(short_help="Deploy Loki shipper lambda function.") @click.option('-l',...
Let me know if you guys need anything else, I can share most of my config except names and IDs
I do have it on a VPC (even tho the lambda originally was not intended to have it), and I have it on a public subnet where it should not...