odd icon indicating copy to clipboard operation
odd copied to clipboard

ALLOWED_REMOTE_NETWORKS doesn't support multiple Networks

Open tuxlife opened this issue 10 years ago • 3 comments

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

tuxlife avatar Oct 27 '15 11:10 tuxlife

Can you post (anonymized) examples?

hjacobs avatar Oct 27 '15 18:10 hjacobs

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

hjacobs avatar Oct 27 '15 18:10 hjacobs

This is Problem one, and the second is the AWS UserData it self. multiple Environments are separate with comma.

tuxlife avatar Oct 27 '15 19:10 tuxlife