You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)
Salt Version:
Salt: 3005.1Dependency Versions:
cffi: 1.14.6cherrypy: unknowndateutil: 2.8.1docker-py: Not Installedgitdb: 4.0.9gitpython: 3.1.29Jinja2: 3.1.0libgit2: Not InstalledM2Crypto: Not InstalledMako: Not Installedmsgpack: 1.0.2msgpack-pure: Not Installedmysql-python: Not Installedpycparser: 2.21pycrypto: Not Installedpycryptodome: 3.9.8pygit2: Not InstalledPython: 3.9.16 (main, Nov 1 2022, 00:00:00)python-gnupg: 0.4.8PyYAML: 5.4.1PyZMQ: 23.2.0smmap: 5.0.0timelib: 0.2.4Tornado: 4.5.3ZMQ: 4.3.4System Versions:
dist: rocky 9.1 Blue Onyxlocale: utf-8machine: x86_64release: 5.14.0-162.12.1.el9_1.0.1.x86_64system: Linuxversion: Rocky Linux 9.1 Blue Onyx
The text was updated successfully, but these errors were encountered:
Description
When calling
sdb.set
(orsdb.get_or_set_hash
when writing) with the Vault SDB driver, there is no way to only update a single secret key.Setup
salt/minions/myminion
Steps to Reproduce the behavior
salt-call sdb.set sdb://sdbvault/salt/minions/myminion/new "val"
salt-call vault.read_secret salt/minions/myminion
Expected behavior
Screenshots
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)The text was updated successfully, but these errors were encountered: