You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Readme with ingress_settings valid inputs (#370)
Signed-off-by: Michał Gacka <mike@kvalifik.dk>
A small Readme change so that people don't have to dig through past
issues or API documentation to find out what the valid inputs are for
ingress_setting. [It also seems like there could be 2 sources of truth
for those: `gcloud` cli and API
reference.](#91 (comment))
Signed-off-by: Michał Gacka <michalgacka@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ jobs:
77
77
78
78
- `vpc_connector_egress_settings`: (Optional) The egress settings for the connector, controlling what traffic is diverted through it.
79
79
80
-
- `ingress_settings`: (Optional) The ingress settings for the function, controlling what traffic can reach it.
80
+
- `ingress_settings`: (Optional) The ingress settings for the function, controlling what traffic can reach it. Valid values: `ALLOW_ALL`, `ALLOW_INTERNAL_ONLY`, `ALLOW_INTERNAL_AND_GCLB` ([API Reference](https://cloud.google.com/functions/docs/reference/rest/v1/projects.locations.functions?hl=en_US#IngressSettings))
81
81
82
82
- `secret_environment_variables`: (Optional) List of key-value pairs to set as
83
83
environment variables at runtime of the format `KEY1=SECRET_VERSION_REF` where
0 commit comments