This section is already used to allow scalr IPs. You need to configure it
in config.yml: scalr.aws.ip_pool section. This is list of scalr IP
addresses that will be whitelisted in SGs, VPC router and other places.

Regards,
Igor


On 27 August 2013 12:42, José Juan Montes <[email protected]> wrote:

> Hello.
>
> I've found that on my installation, VPC router refuses to forward any
> connection because there are no clients with access to the VPC role "nginx
> proxy".
>
> The template is this:
> https://github.com/Scalr/cookbooks/blob/master/cookbooks/scalarizr_proxy/templates/default/nginx.conf.erb
>
> Is it possible that the following section is missing "allow <%= scalr_addr
> %>" before the loop:
>
>             # allowing connections only from known scalr servers
>             <% @scalr_whitelist.each do |addr| -%>
>             allow <%= addr %>;
>             <% end -%>
>             deny all;
>
> If this was the case, note that the corresponding recipe would need to be
> modified to include the parameter as well.
>
> I have a question: Where can I configure that whitelist list anyway?
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "scalr-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"scalr-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to