Luca Prete
Luca Prete
We have a Mellanox ConnectX-3 dual port nic. We're following this guide: *https://community.mellanox.com/s/article/reference-deployment-guide-for-k8s-cluster-with-mellanox-rdma-device-plugin-and-multus-cni-plugin-with-two-network-interfaces--flannel-and-mellanox-sr-iov---draft-x* Everything runs smoothly, until I activate the device plugin. The plugin installs fine, but when I look...
Adds the new `google_network_security_firewall_endpoint_association` resource. fixes [hashicorp/terraform-provider-google/issues/15779](https://github.com/hashicorp/terraform-provider-google/issues/15779) **Release Note Template for Downstream PRs (will be copied)** ```release-note:new-resource networksecurity: new `google_network_security_firewall_endpoint_association` resource ```
Currently, Lode does not provide any Dockerfile (and related docker-compose.yaml file) in order to create a containerized version of it.
Lode is currently not able to optionally serve files over HTTPS, if behind a reverse proxy. This is due to two issues: 1) The servlet hardcodes the http:// prefix while...
**[breaking change for 6.0.0 major release]** Change advertised_ip_ranges fields in google_compute_router_peer and google_compute_router resources to Sets. Fixes [hashicorp/terraform-provider-google/issues/9353](https://github.com/hashicorp/terraform-provider-google/issues/9353) ```release-note:enhancement compute: changed the `advertised_ip_ranges` fields in both `google_compute_router_peer` and `google_compute_router` resources...
Adds support for secure tags in hierarchical firewall policies. **Reference [hashicorp/terraform-provider-google/issues/22859](https://github.com/hashicorp/terraform-provider-google/issues/22859)** **Release Note Template for Downstream PRs (will be copied)** ```release-note:enhancement compute: added `match.src_secure_tags` and `target_secure_tags` fields to `google_compute_firewall_policy_rule` resource...