Is it possible to use Docker containers (without sshd) as upstreams in the YAML plugin, or route to them via the Lua plugin (e.g., exec into container instead of SSH)?
My goal is to use authorized_keys for containers and, if possible, move configuration out of container labels/definitions to be able to configure something like for containers matched that filter use the next config(e.g. sshpiper.docker_exec_cmd) and authorized_keys from that file
Is it possible to use Docker containers (without sshd) as upstreams in the YAML plugin, or route to them via the Lua plugin (e.g., exec into container instead of SSH)?
My goal is to use authorized_keys for containers and, if possible, move configuration out of container labels/definitions to be able to configure something like for containers matched that filter use the next config(e.g. sshpiper.docker_exec_cmd) and authorized_keys from that file