Terry Howe
Terry Howe
https://github.com/hvac/hvac/blob/develop/hvac/api/secrets_engines/kv_v2.py#L124 Blows up because the server returns and empty body and 204s me. It would be nice if a response wasn't required on update.
Merge this 9/7 when the certification expires. /hold
**What would you like to be added**: Datastore Clusters and Datastores that are a member of a Datastore Cluster will not work with EKS Anywhere deployment. This may be a...
Remove appendix from license file. This text is supposed to be applied to the other files in your repo.
With Travis going away, automated docs deploy no longer works. See travis.yaml
This PR converts the module into an Ansible collection. Fixes: #234 Closes: #263 Still to do: Update the documentation and remove PyPi scripts. It can be packaged with: ```shell ansible-galaxy...
@TerryHowe Are there docs somewhere for how we can generate a build that uses a NIST-certified crypto module for deployments that need to be FIPS compliant? Is GoBoring / BoringSSL...
Validate the vSphere EKSA_VSPHERE_USERNAME and EKSA_VSPHERE_PASSORD does not contain a backslash. Ideally, we'd base64 encode this, but maybe it is a capv problem. Work around, use username@domain instead of domain\username
Scan and resolve every tag in the list will degrade the performance. Below are some experiments I made based on the current implementation: ```shell oras repo tags docker.io/library/alpine | wc...
### What is the version of your ORAS CLI 0.16.0 ### What would you like to be added? Ability to download and upload one or more resources to and from...