Questions tagged [hvac]
3 questions
2
votes
1 answer
Hashicorp Vault: Python hvac does not see secrets
I'm trying to use HashiCorp Vault with hvac Python client.
I've run vault docker container (development mode config) on localhost, created a KV secret engine kv1 (with version 1 API), added a secret mega_secret, added a key/value ("hell" --> "yeah")…

Felix
- 3,351
- 6
- 40
- 68
0
votes
0 answers
Can we connect same hashicorp vault dynamic storage database role to two different services
I have created a database type dynamic storage and connected it to one of the micro services in my platform. But I have several other services which need to access the same database. In that case, do I have create separate roles under same…

udani
- 1,243
- 2
- 11
- 33
0
votes
0 answers
How can I import HVAC libraries to my Kotlin application for Android Automotive
I am really new at this Android stuff and currently trying to create an apk to control the HVAC (Heating, ventilation, and air conditioning) of a car with Android Automotive, In some sources from the internet it seems like you need to import the…