odd
odd copied to clipboard
ALLOWED_REMOTE_NETWORKS doesn't support multiple Networks
it isn't possible to add multiple networks to ALLOWED_REMOTE_NETWORKS.
Server returned status 400: SSH command failed: ERROR: while scanning a quoted scalar
in "/etc/ssh-access-granting-service.yaml", line 2, column 42
found unexpected end of stream
in "/etc/ssh-access-granting-service.yaml", line 3, column 1
Can you post (anonymized) examples?
OK, I see the problem: the environment variable is simply put as a YAML list item here: https://github.com/zalando-stups/odd/blob/master/run.sh#L14
This is Problem one, and the second is the AWS UserData it self. multiple Environments are separate with comma.