Manuel Laug

Results 14 comments of Manuel Laug

I would support fixing this as long as modern UI is not implemented. This seems to be a quick fix for now.

@dgoetz do you mind having a look? I would also purpose a new release after that because the current plugin version is broken on multiple parts. I could take care...

As a workaround you could try to add `/data/` to the secret path: ``` # working for KV1 stores /secret/foo/bar # working for KV2 stores /secret/data/foo/bar ``` However, we should...

Currently, this is not possible out of the box. We could add a optional parameter to the `fetch_secret` macro to specify the desired key. Just for documentation purposes: these is...