Avi Deitcher
Avi Deitcher
We have handlers and callers for JS and Python. We should have generic. Recommend one of 2 ways (actually both): 1. Explicitly expose the API. Let any app know "if...
As described in #304, which was resolved for most failure scenarios, there is one scenario not yet handled. If the control plane node that has CPEM as the leader _also_...
As raised by @detiber [here](https://github.com/equinix/cloud-provider-equinix-metal/pull/185/files#r736618461), the default we use for the path to the cloud-config file is `/etc/cloud-sa/cloud-sa.json`, yet this is a holdover from GCP which has no meaning in...
We have a helm chart now, since #166 merged in, but it isn't packaged up or made available as part of a release. We need to: * modify the `appVersion:...
Calico supports advertising several addresses outside the cluster using BGP. The details are [here](https://docs.projectcalico.org/archive/v3.18/networking/advertise-service-ips#advertise-service-load-balancer-ip-addresses). One of the options is to advertise a load balancer IP address or hostname. This could...
`EncodeTrustStore()` supports using the CN as the friendly name. `Encode()` does not. Is there a chance it can be added? If you use `openssl`, you can do it for key+cert,...
Can we have an option to fail on cache miss? The current behaviour is: * cache hit: restore, exit successfully * cache miss: do not restore, exit successfully Much of...
Our CI `build.yaml` has 2 jobs: 1. `packages` 2. `eve` `packages` builds once on each architecture, while `eve` builds once for each target (matrix of architecture and hypervisor). The output...
Are there plans for anonymous login support? If you do not provide credentials, when calling `Dialer.Dial()`, you get: ``` "Anonymous account is not supported yet. Use guest account instead" ```...
The members of the [`Initiator interface`](https://github.com/hirochachacha/go-smb2/blob/master/initiator.go#L10-L16) are private. That makes it impossible to plug in other initiators that might have additional capabilities (e.g., see the one that supports anonymous auth...