mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2026-01-07 22:32:11 +00:00
When using vault_cli with a kv2 path, it isn't working. I have the following error:
```
WARNING! The following warnings were returned from Vault:
* Invalid path for a versioned K/V secrets engine. See the API docs for the
appropriate API endpoints to use. If using the Vault CLI, use 'vault kv put'
for this operation.
```
The new way to write data is to use `vault kv put`, it is compatible with kv1 and kv2.
Ref: https://www.vaultproject.io/docs/commands#reading-and-writing-data
```
The original version of K/V used the common read and write operations. A more advanced K/V Version 2 engine was released in Vault 0.10 and introduced the kv get and kv put commands.
```
|
||
|---|---|---|
| .. | ||
| apache.sh | ||
| cleverreach.sh | ||
| cpanel_uapi.sh | ||
| docker.sh | ||
| dovecot.sh | ||
| exim4.sh | ||
| fritzbox.sh | ||
| gcore_cdn.sh | ||
| gitlab.sh | ||
| haproxy.sh | ||
| keychain.sh | ||
| kong.sh | ||
| mailcow.sh | ||
| myapi.sh | ||
| mydevil.sh | ||
| mysqld.sh | ||
| nginx.sh | ||
| opensshd.sh | ||
| openstack.sh | ||
| panos.sh | ||
| peplink.sh | ||
| pureftpd.sh | ||
| qiniu.sh | ||
| README.md | ||
| routeros.sh | ||
| ssh.sh | ||
| strongswan.sh | ||
| synology_dsm.sh | ||
| unifi.sh | ||
| vault_cli.sh | ||
| vault.sh | ||
| vsftpd.sh | ||