Josh Kayani
Josh Kayani
@alexmt @sbose78 @jannfis Hey guys - just checking to see if anything else needed on our end to get this merged. Happy to update the commit message to be semantic...
Feel free to open a PR to remove that statement if you feel it's misleading!
@SharifiFaranak Hi, yes, as it stands secret engines other than KV-V1 and KV-V2 are not supported. Looking at the docs https://www.vaultproject.io/docs/secrets/databases#usage it doesn't seem like it'd terribly hard to support,...
Hi - if I understand you right, you seek a way to be able to manipulate the values files/explicitly set values that an Argo app using Helm + AVP is...
Also could be good to have a `--verbose` flag so that users can debug where things are going wrong with replacing secrets. Extra messages could be printed to `stderr` that...
Hi, I looked at the link you gave which specified these instructions: > curl -X POST 'https://login.microsoftonline.com//oauth2/v2.0/token' -d 'grant_type=client_credentials&client_id=&client_secret=&scope=https://vault.azure.net/.default' followed by > curl -X GET 'https://.vault.azure.net/secrets/?api-version=7.2' -H "Authorization: Bearer "...
> Could it be the case that just the kubernetes auth method does not support it, as it relies on a k8s service account which is not in place when...
Is it possible you have the path wrong? For Vault KV-V2, the default is `secret` (singular): https://www.vaultproject.io/docs/secrets/kv/kv-v2#setup whereas you have `secrets` (plural) in your path annotation
Hey: I can't seem to reproduce your issue - if I take a screenshot of this very page using the "Capture Visible Area" button, switch from the captured photo tab...
I tried to reproduce your issue in Opera, and I still can't seem to do so. Here's my version info: ``` Version: 38.0.2220.41 - Opera is up to date Update...