Replies: 1 comment 3 replies
-
It's probably a better conversation on Discourse. There are probably more people following along in that community since it can serve as a single aggregation point. This repo isn't a bad location, it's just not quite as visible to everyone and it's easier to miss github notifications. I can see where you're going here. Personally, I'd consider it ZTNA or ZTHA depending on how it ended up being implemented. I can see how it'd possibly make the container / docker network easier to configure. One thing that's very tricky is the tunneler feature of intercepting addresses/IP. If you are looking to have the plugin support that, it might be really tricky to get right. Is this something you wanted to look into playing around with/figuring out? Or are you asking if we'll end up implementing it? |
Beta Was this translation helpful? Give feedback.
-
Currently you guys describe 3 different zero trust levels: network, host and application.
But with containers and docker we could add another one: container
This could reduce the surface from an host tunnel to a container "tunnel" (if feasable) and we could give each container/container network a separate identity.
The configuration would be done in the container network config, either via docker console / api or via docker compose.
I think this should be feasible, but i did not dive into it deeper than reading a bit of docker documentation:
https://docs.docker.com/engine/extend/plugins_network/
https://docs.docker.com/engine/extend/plugin_api/
https://docs.docker.com/engine/extend/legacy_plugins/ (there are three existing legacy plugins)
Or should this better be in openziti.discourse.group ? (though i would need to create an account there first).
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions