-
OpenBao has a few Go modules in the same repository:
```
./api/auth/approle/go.mod
./api/auth/kubernetes/go.mod
./api/auth/ldap/go.mod
./api/auth/userpass/go.mod
./api/go.mod
./sdk/go.mod
./…
-
### Issue Description
i have socat setting up tcp on a podman udp socket.
i am testing creating a container with the rest api:
```
curl -X POST -H "Content-Type: application/json" -d '{
"…
-
I am on MacOS, and I have explicitly set `XDG_CONFIG_HOME` in my environment because `/Users/me/Library/Application Support` is an awkward location to store config files and `$HOME/.config` is much be…
-
**Describe the bug**
When transit vault configured for autounseal is down or sealed, it cause the another vault that use it cannot be unsealed manually.
Error parsing Seal configuration: Put "http…
-
**Describe the solution you'd like**
My Vault needs a client certificate & key to be presented when communicating with it (vault cli envs `VAULT_CLIENT_CERT` and `VAULT_CLIENT_KEY`, vault server conf…
ambis updated
9 months ago
-
As a Vault operator, I want vault to make maximal use of all available protections to prevent secrets it protects from being exposed.
**Describe the solution you'd like**
Evaluate the Linux Key R…
-
Now I don't know if the above driver would not work as well. File "/usr/bin/validity-sensors-firmware", line 59, in download_and_extract_fw
raise Exception('Hash mismatch for driver download!
…
-
I have an AutocompleteArrayInput with the following options
```js
const options = [
{ label: 'movies', id: 1, count: 1 },
{ label: 'games', id: 2, count: 1 },
]
```
Option display names are…
-
This isn't a bug, so please excuse me if this isn't the right place to ask!
Basically I am trying to bool shapes with useGroups = true, with the caveat that the resulting shape should retain the or…
-
Hi, I noticed this bit in `shamir.rs`:
```rs
// Generate the shares of (x, y) coordinates
// x coordinates are incremental from [1, N+1). 0 is reserved for the secret
let…