Beorn Facchini
Beorn Facchini
Added TLS config to client options for configuring more advanced TLS options such as GetClientCertificate, ServerName etc.
I discovered you started a library after commenting on my PR at https://github.com/hashicorp/go-version/pull/49. I've written this PR which adds support for version wildcards and passes all https://github.com/Masterminds/semver test cases. This...
This PR adds the ability to prompt the user for the client secret and password. The `gopass` library is used to securely prompt the user with asterisks, making it more...
Small bug fix as selected_idx should only exit when None and not the false value 0. The current behavior is when you select the first option the editor will not...
### Description I have found a few critical bugs while testing the CSI volumes feature. The first bug results in an infinite loop that causes dockerd logs to fill up...
**- What I did** While running a CSI volume plugin that supports staging, I created a new swarm service that initiated an attempt to unpublish a cluster volume. The node...
## Description This PR fixes unmount errors when there is no directory or the directory has already been unmounted. This makes the `NodeUnstageVolume` and `NodeUnpublishVolume` methods fully idempotent.
## Description This PR adds support for Docker Swarm. The CSI plugin could also be pushed in a Github workflow to the tag `vultr/vultr-csi`. ## Related Issues Fixes #179.
### Description This is a feature request to extend the pre-populating feature to include cluster volumes of type `mounttypes.TypeCluster`, in addition to volumes of type `mounttypes.TypeVolume`. I was able to...