Manuel Laug

Results 28 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...

This PR needs some more dependencies, we'll package soon. The version of the plugin **does** work, but causes some additional logging (or `elastic-apm` does).

depends on https://github.com/theforeman/foreman-packaging/pull/11157

Hi @taniahagan , we currently do not support this, as the template preview is an exact preview of how it would be used later (e.g. for provisioning).

I'm having the exact same problem as OP. In addition, it seems like publishing a port from rootless-docker only works for IPv4 and not IPv6. Running the exact same compose...

> @obel1x, @laugmanuel, by the way, I had a quick look at #37779. > > If you want to debug the (rootless) networking part of it without real containers, you...

I looked around for a solution that fits my needs and landed on the following setup which seems to work just fine: - haproxy as host service listening on IPv4...