F5Networks / terraform-gcp-bigip-module

Terraform module for Deploying BIG-IP in GCP
Apache License 2.0
9 stars 11 forks source link

Connection to GPG Key From Internal Subnet #38

Open danielyaba opened 1 year ago

danielyaba commented 1 year ago

Hi F5,

When Deploying an F5 instance with 3 NICs, the instance trying to access "https://f5-cft.s3.amazonaws.com/f5-bigip-runtime-init/gpg.key". Only after we opened an internet connection from internal subnet (configured in Terraform as var.internal_subnet_ids) the machine managed to be deployed successfully, otherwise the connection was timed out and the runtime script didn't run

this connection shouldn't be established from external subnet or management subnet ?

pgouband commented 9 months ago

Hi,

Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1376.

pgouband commented 9 months ago

Hi @danielyaba,

Are you still facing the issue?

danielyaba commented 9 months ago

Hi @pgouband,

I managed to overcome this issue deploying a local NGINX server and fetch all rpm and keys from it. Let me check and update you accordingly